Skip to content

Commit

Permalink
fix(ci): Sauce now requires region param
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Mar 6, 2025
1 parent 9f7034b commit 3a7d4bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,12 @@ jobs:
run: php -S 0.0.0.0:8080 &

- name: Connect to sauce
uses: saucelabs/sauce-connect-action@55139e517d661df9be6c05509aeb6bae38fa7a50 # v2.3.7
uses: saucelabs/sauce-connect-action@fc54c8b087f2b4b6d4ccc42a2d4bbc64795dfde2 # v3.0.0
with:
username: ${{ secrets.SAUCE_USERNAME }}
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
tunnelIdentifier: "${{ github.run_id }}-${{ matrix.nextcloud-version }}-php${{ matrix.php-version }}-${{ matrix.browser }}"
region: eu

- name: Run tests
working-directory: nextcloud/apps/twofactor_totp
Expand Down

0 comments on commit 3a7d4bc

Please sign in to comment.