Skip to content

Commit

Permalink
Add --proxy-sauce
Browse files Browse the repository at this point in the history
andmor- committed Nov 7, 2024
1 parent 6436f65 commit 06dad9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -89,7 +89,7 @@ jobs:
curl https://saucelabs.com/downloads/sc-${SAUCE_CONNECT_VERSION}-linux.tar.gz | tar -xz # Install sauce connect
chmod 777 -R ./sc-${SAUCE_CONNECT_VERSION}-linux
PATH=./sc-${SAUCE_CONNECT_VERSION}-linux/bin:${PATH}
sc -u "${USERNAME}" -k "${SAUCE_ACCESS_KEY}" -i "github-action-tunnel-${RUN_ID}" --readyfile /tmp/sc.ready --region us-west-1 &
sc -u "${USERNAME}" -k "${SAUCE_ACCESS_KEY}" -i "github-action-tunnel-${RUN_ID}" --readyfile /tmp/sc.ready --region us-west-1 --proxy-sauce &
until [ -f /tmp/sc.ready ]; do sleep 1; done
echo "SC ready"
env:

0 comments on commit 06dad9d

Please sign in to comment.