We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e94424 commit 1a9b0e3Copy full SHA for 1a9b0e3
.github/workflows/test.yml
@@ -233,10 +233,8 @@ jobs:
233
run: |
234
npm ci --production
235
236
- 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
237
238
- saucectl run \
239
- --runner-version "url: ${BUNDLE_URL}" \
240
- --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
241
env:
242
HUSKY: 0
0 commit comments