Skip to content

Commit

Permalink
Use saucectl v0.184.1
Browse files Browse the repository at this point in the history
Regression in v0.185.0 is preventing the use of --runner-version
  • Loading branch information
mhan83 committed Sep 25, 2024
1 parent f8090d5 commit 22ef7dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Test on Sauce
working-directory: ./tests/cloud/
Expand Down Expand Up @@ -238,6 +239,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Run web-page
run: |
Expand Down Expand Up @@ -285,6 +287,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Test on Sauce
working-directory: ./tests/integration/${{ matrix.type }}-project/
Expand Down

0 comments on commit 22ef7dd

Please sign in to comment.