Skip to content

Commit

Permalink
patch: passing url e2e ?
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed Apr 26, 2024
1 parent 26867e4 commit a4341ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ runs:
# tests; note that they required `package` to run before
# npm run wdio
if [[runner.os == 'indows']]; then
if [[${{ runner.os }} == 'Windows']]; then
npm run wdio-e2e
else
sudo npm run wdio-e2e
TARGET_DRIVE=${{ env.TARGET_DRIVE }} "ETCHER_INCLUDE_VIRTUAL_DRIVES=1 sudo npm run wdio-e2e
fi
env:
Expand Down

0 comments on commit a4341ac

Please sign in to comment.