Skip to content

Commit

Permalink
fix: use script instead of wd cli
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecruzan-stripe committed Feb 3, 2022
1 parent f63aa82 commit bf86bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
yarn run-example-android
sleep 15
adb shell 'echo "chrome --disable-fre --no-default-browser-check --no-first-run" > /data/local/tmp/chrome-command-line'
node_modules/@wdio/cli/bin/wdio.js run ./wdio.android.js
yarn test:android
- name: Upload Screenshoots
uses: actions/upload-artifact@v1
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Run Tests
run: |
node_modules/@wdio/cli/bin/wdio.js run ./wdio.ios.js --logLevel debug
yarn test:ios
- name: Upload Screenshoots
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit bf86bc6

Please sign in to comment.