Skip to content

Commit

Permalink
Replace specific expo platform start commands with general start in w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
23nosurrend committed Apr 30, 2024
1 parent b53f19b commit 50d95c9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ jobs:
- name: Run test
run: npm run test -- --ci

- name: Start Expo for Android
run: npm run android
# Optionally starts the Expo project for Android (useful for automated testing environments)
- name: Start Expo
run: npm run start


- name: Start Expo for iOS
run: npm run ios
# Optionally starts the Expo project for iOS (useful for automated testing environments)


0 comments on commit 50d95c9

Please sign in to comment.