Skip to content

Commit

Permalink
update yml file , add -- -- ci flag on test step
Browse files Browse the repository at this point in the history
  • Loading branch information
23nosurrend committed Apr 30, 2024
1 parent 929dc4c commit 928d815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm install

- name: Run test
run: npm run test
run: npm run test -- -- ci

- name: Start Expo for Android
run: npm run android
Expand Down

0 comments on commit 928d815

Please sign in to comment.