Skip to content

Commit

Permalink
"sc run" on sc 5
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Nov 7, 2024
1 parent eff581a commit 3faecec
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
Expand Up @@ -91,7 +91,7 @@ jobs:
curl https://saucelabs.com/downloads/sauce-connect/${SAUCE_CONNECT_VERSION}/sauce-connect-${SAUCE_CONNECT_VERSION}_linux.x86_64.tar.gz | tar -xz) # Install sauce connect
chmod 777 -R ./sauce-connect-${SAUCE_CONNECT_VERSION}_linux.x86_64
PATH=./sauce-connect-${SAUCE_CONNECT_VERSION}_linux.x86_64:${PATH}
sc -u "${USERNAME}" -k "${SAUCE_ACCESS_KEY}" -i "github-action-tunnel-${RUN_ID}" --readyfile /tmp/sc.ready --region us-west-1 --proxy-sauce &
sc run -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:
Expand Down

0 comments on commit 3faecec

Please sign in to comment.