Skip to content

Commit

Permalink
fix post check
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed May 16, 2022
1 parent ced9124 commit d03e832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ jobs:
- name: cloud tests
working-directory: ./tests/post-release
run: |
npx saucectl run --runner-version "github-release: ${{ steps.parse_version.outputs.version }}" --config ./.sauce/config_win.yml
npx saucectl run --runner-version "url: https://github.com/saucelabs/sauce-cypress-runner/releases/download/${{ steps.parse_version.outputs.version }}/sauce-cypress-runner-win-amd64.zip" --config ./.sauce/config_win.yml
post-release-macos-tests:
runs-on: ubuntu-latest
Expand All @@ -378,5 +378,5 @@ jobs:
- name: cloud tests
working-directory: ./tests/post-release
run: |
npx saucectl run --runner-version "github-release: ${{ steps.parse_version.outputs.version }}" --config ./.sauce/config_mac.yml
npx saucectl run --runner-version "url: https://github.com/saucelabs/sauce-cypress-runner/releases/download/${{ steps.parse_version.outputs.version }}/sauce-cypress-macos-amd64.zip" --config ./.sauce/config_mac.yml

0 comments on commit d03e832

Please sign in to comment.