Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» sixth attempt to fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
troberts-28 committed Dec 27, 2023
1 parent 033dfa5 commit 0a220a2
Show file tree
Hide file tree
Showing 2 changed files with 3,365 additions and 1,641 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: yarn install -D
- name: Install react
run: yarn add [email protected]
- name: Install react-native
run: yarn add [email protected]
run: yarn add [email protected]
- name: Install dependencies
run: yarn install -D
- name: Test
run: yarn test
Loading

0 comments on commit 0a220a2

Please sign in to comment.