Skip to content

Commit

Permalink
update github workflow YML file ,remove npm run web step
Browse files Browse the repository at this point in the history
  • Loading branch information
23nosurrend committed Apr 30, 2024
1 parent 4fb654c commit 0263503
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,4 @@ jobs:
- name: Run test
run: npm run test

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

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

- name: Start Expo for Web
run: npm run web
#Optionally starts the expo project on web

0 comments on commit 0263503

Please sign in to comment.