Skip to content

Commit

Permalink
Merge pull request #554 from HEPData/fix-sauce-connect
Browse files Browse the repository at this point in the history
Fix Sauce Connect Proxy
  • Loading branch information
GraemeWatt committed Oct 29, 2022
2 parents bb99eb9 + 816273b commit c79dc7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
restUrl: https://api.eu-central-1.saucelabs.com/rest/v1
tunnelIdentifier: ${{ github.run_id }}
region: eu-central
tunnelName: ${{ github.run_id }}
scVersion: 4.8.1
verbose: true
- name: Run end-to-end tests
Expand Down

0 comments on commit c79dc7d

Please sign in to comment.