Skip to content

Commit

Permalink
powershell it
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Nov 20, 2024
1 parent 5e94424 commit 1a9b0e3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,8 @@ jobs:
run: |
npm ci --production
BUNDLE_URL=https://storage.googleapis.com/${{ secrets.GCS_RUNNER_BUCKET }}/playwright-windows-amd64-${{ github.run_id }}.zip
# BUNDLE_URL=https://storage.googleapis.com/${{ secrets.GCS_RUNNER_BUCKET }}/playwright-windows-amd64-${{ github.run_id }}.zip
saucectl run \
--runner-version "url: ${BUNDLE_URL}" \
--config .sauce/config_${{ matrix.os }}.yml
saucectl run --runner-version "url: https://storage.googleapis.com/${{ secrets.GCS_RUNNER_BUCKET }}/playwright-windows-amd64-${{ github.run_id }}.zip" --config .sauce/config_${{ matrix.os }}.yml
env:
HUSKY: 0

0 comments on commit 1a9b0e3

Please sign in to comment.