Skip to content

Commit 986414a

Browse files
authored
chore: fix sauce labs integration (#5342)
1 parent 1968440 commit 986414a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/karma.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ jobs:
4646
run: yarn install --frozen-lockfile
4747
working-directory: ./
4848

49-
- uses: saucelabs/sauce-connect-action@v2
49+
- uses: saucelabs/sauce-connect-action@v3
5050
with:
5151
username: ${{ secrets.SAUCE_USERNAME }}
5252
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
5353
tunnelName: ${{ env.SAUCE_TUNNEL_ID }}
54+
region: us
5455

5556
- run: yarn sauce:ci
5657
- run: DISABLE_SYNTHETIC=1 yarn sauce:ci
@@ -86,11 +87,12 @@ jobs:
8687
run: yarn install --frozen-lockfile
8788
working-directory: ./
8889

89-
- uses: saucelabs/sauce-connect-action@v2
90+
- uses: saucelabs/sauce-connect-action@v3
9091
with:
9192
username: ${{ secrets.SAUCE_USERNAME }}
9293
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
9394
tunnelName: ${{ env.SAUCE_TUNNEL_ID }}
95+
region: us
9496

9597
- run: API_VERSION=58 yarn sauce:ci
9698
- run: API_VERSION=58 DISABLE_SYNTHETIC=1 yarn sauce:ci
@@ -126,11 +128,12 @@ jobs:
126128
run: yarn install --frozen-lockfile
127129
working-directory: ./
128130

129-
- uses: saucelabs/sauce-connect-action@v2
131+
- uses: saucelabs/sauce-connect-action@v3
130132
with:
131133
username: ${{ secrets.SAUCE_USERNAME }}
132134
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
133135
tunnelName: ${{ env.SAUCE_TUNNEL_ID }}
136+
region: us
134137

135138
- run: API_VERSION=61 yarn sauce:ci
136139
- run: API_VERSION=61 DISABLE_SYNTHETIC=1 yarn sauce:ci
@@ -168,11 +171,12 @@ jobs:
168171
run: yarn install --frozen-lockfile
169172
working-directory: ./
170173

171-
- uses: saucelabs/sauce-connect-action@v2
174+
- uses: saucelabs/sauce-connect-action@v3
172175
with:
173176
username: ${{ secrets.SAUCE_USERNAME }}
174177
accessKey: ${{ secrets.SAUCE_ACCESS_KEY }}
175178
tunnelName: ${{ env.SAUCE_TUNNEL_ID }}
179+
region: us
176180

177181
- run: DISABLE_STATIC_CONTENT_OPTIMIZATION=1 yarn sauce:ci
178182
- run: DISABLE_STATIC_CONTENT_OPTIMIZATION=1 DISABLE_SYNTHETIC=1 yarn sauce:ci

0 commit comments

Comments
 (0)