Skip to content

Commit

Permalink
deps: Bump [email protected] (#276)
Browse files Browse the repository at this point in the history
* deps: Bump [email protected]

* ci: Run pipelines with [email protected]

Regression in 0.185.0 breaks the --runner-version flag.
  • Loading branch information
mhan83 authored Sep 25, 2024
1 parent 6f9d9f0 commit 9bb9e45
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 48 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Parse Release Version
id: parse_version
Expand Down Expand Up @@ -318,6 +319,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Parse Release Version
id: parse_version
Expand Down Expand Up @@ -351,6 +353,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Parse Release Version
id: parse_version
Expand Down Expand Up @@ -385,6 +388,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Parse Release Version
id: parse_version
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

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

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

- name: Test on Sauce
working-directory: ./tests/fixtures/cloud/cucumber
Expand Down
67 changes: 23 additions & 44 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
},
"homepage": "https://github.com/saucelabs/sauce-playwright-runner",
"dependencies": {
"@playwright/test": "1.46.1",
"@saucelabs/playwright-reporter": "1.2.3",
"@saucelabs/testcomposer": "3.0.0",
"@playwright/test": "1.47.2",
"@saucelabs/playwright-reporter": "1.3.0",
"@saucelabs/testcomposer": "3.0.1",
"dotenv": "16.4.5",
"lodash": "4.17.21",
"playwright": "1.46.1",
"playwright": "1.47.2",
"sauce-testrunner-utils": "3.2.0",
"xml-js": "1.6.11"
},
Expand Down

0 comments on commit 9bb9e45

Please sign in to comment.