Skip to content

Commit

Permalink
verification done
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Nov 8, 2024
1 parent 8be0229 commit fe9b189
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ jobs:
playwright-cucumberjs:
needs: build
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -285,11 +285,14 @@ jobs:
with:
name: saucectlbin

- name: Set Permissions
run: chmod +x ./saucectl

- name: Saucectl RUN - Config Driven
working-directory: ./tests/e2e/playwright-cucumberjs
run: |
npm ci --production
..\..\..\saucectl.exe run
../../../saucectl run
imagerunner:
needs: build
Expand Down

0 comments on commit fe9b189

Please sign in to comment.