Skip to content

Commit

Permalink
Is it the runner?
Browse files Browse the repository at this point in the history
  • Loading branch information
mhan83 committed Nov 20, 2024
1 parent 1a9b0e3 commit d2ad8a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,10 @@ jobs:
working-directory: ./tests/fixtures/cloud/cucumber
run: |
npm ci --production
saucectl run --config .sauce/config_win.yml
# BUNDLE_URL=https://storage.googleapis.com/${{ secrets.GCS_RUNNER_BUCKET }}/playwright-windows-amd64-${{ github.run_id }}.zip
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
# 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
2 changes: 1 addition & 1 deletion tests/fixtures/cloud/cucumber/.sauce/config_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sauce:
defaults:
timeout: 5m
playwright:
version: 1.43.1
version: 1.48.2
rootDir: ./
suites:
- name: Cucumber - Win10 - Chromium
Expand Down

0 comments on commit d2ad8a2

Please sign in to comment.