Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» fifth 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 ec8298a commit 033dfa5
Showing 1 changed file with 3 additions and 3 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: NODE_OPTIONS=--max-old-space-size=4096 yarn add [email protected]
- name: Install dependencies
run: yarn install -D
run: yarn add [email protected]
- name: Test
run: yarn test

0 comments on commit 033dfa5

Please sign in to comment.