Skip to content

Commit 1a9b0e3

Browse files
committed
powershell it
1 parent 5e94424 commit 1a9b0e3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,8 @@ jobs:
233233
run: |
234234
npm ci --production
235235
236-
BUNDLE_URL=https://storage.googleapis.com/${{ secrets.GCS_RUNNER_BUCKET }}/playwright-windows-amd64-${{ github.run_id }}.zip
236+
# BUNDLE_URL=https://storage.googleapis.com/${{ secrets.GCS_RUNNER_BUCKET }}/playwright-windows-amd64-${{ github.run_id }}.zip
237237
238-
saucectl run \
239-
--runner-version "url: ${BUNDLE_URL}" \
240-
--config .sauce/config_${{ matrix.os }}.yml
238+
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
241239
env:
242240
HUSKY: 0

0 commit comments

Comments
 (0)