Skip to content

Commit

Permalink
another facepalm
Browse files Browse the repository at this point in the history
  • Loading branch information
wswebcreation committed Jan 9, 2024
1 parent 72d5339 commit aec4af9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e-android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
'https://api.eu-central-1.saucelabs.com/v1/storage/upload'
- name: 📲 Run Tests on an Android Emulator
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
run: npm run android.sauce.emulators.app.eu

# Not needed now we are running on Sauce Labs
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/e2e-ios-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
'https://api.eu-central-1.saucelabs.com/v1/storage/upload'
- name: 📲 Run Tests on an iOS Simulator
env:
SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }}
SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}
run: npm run ios.sauce.simulators.app.eu

# Not needed now we are running on Sauce Labs
Expand Down

0 comments on commit aec4af9

Please sign in to comment.