Skip to content

Commit

Permalink
Pipeline Maintenance (#235)
Browse files Browse the repository at this point in the history
* Use the correct github action version

* Use default sauce connect version provided by the action
  • Loading branch information
alexplischke authored Apr 11, 2023
1 parent 3c9994b commit b8aa47f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ jobs:
python-version: '3.11'

- name: Google Cloud Login
uses: 'google-github-actions/auth@v0'
uses: google-github-actions/auth@v1
with:
credentials_json: '${{ secrets.GCS_RUNNER_SA_KEY }}'

- name: Install gcloud SDK
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v1
with:
project_id: ${{ secrets.GCS_RUNNER_PROJECT_ID }}
env:
Expand Down Expand Up @@ -175,12 +175,12 @@ jobs:
python-version: '3.11'

- name: Google Cloud Login
uses: 'google-github-actions/auth@v0'
uses: google-github-actions/auth@v1
with:
credentials_json: '${{ secrets.GCS_RUNNER_SA_KEY }}'

- name: Install gcloud SDK
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v1
with:
project_id: ${{ secrets.GCS_RUNNER_PROJECT_ID }}
env:
Expand Down Expand Up @@ -295,12 +295,11 @@ jobs:
working-directory: ./tests/cloud/www/

- name: Start sauce-connect
uses: saucelabs/sauce-connect-action@v2.0.0
uses: saucelabs/sauce-connect-action@v2
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
tunnelIdentifier: github-cypress-sc-check-tunnel-${{ matrix.os }}-${{ matrix.browser }}
scVersion: 4.8.1

- name: Test on Sauce (+ Sauce-Connect)
working-directory: ./tests/cloud/
Expand Down

0 comments on commit b8aa47f

Please sign in to comment.