Skip to content

Commit

Permalink
Modify Expo start in GitHub Actions to non-interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
23nosurrend committed Apr 30, 2024
1 parent 50d95c9 commit 959f79d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: Run test
run: npm run test -- --ci

- name: Start Expo
run: npm run start
- name: Start Expo in CI mode
run: expo start --no-dev --minify




Expand Down

0 comments on commit 959f79d

Please sign in to comment.