Skip to content

Commit

Permalink
set up wdio
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkev committed Jun 21, 2024
1 parent b918db7 commit 1c29cf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/appium_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ jobs:
npm install @wdio/allure-reporter --save-dev
- name: run wdio
run: ls && npm run wdio
run: |
npm install @wdio/cli
ls && npm run wdio
- name: Start Appium server
run: |
Expand Down

0 comments on commit 1c29cf3

Please sign in to comment.