Skip to content

Commit

Permalink
Remove dir up command
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Nov 7, 2024
1 parent 59cf9bd commit b459cb8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ jobs:
- name: Setup tunnel proxy to SauceLabs
run: |
mkdir sauce-connect-${SAUCE_CONNECT_VERSION}_linux.x86_64
cd sauce-connect-${SAUCE_CONNECT_VERSION}_linux.x86_64
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
cd ..
(cd sauce-connect-${SAUCE_CONNECT_VERSION}_linux.x86_64
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/bin:${PATH}
sc -u "${USERNAME}" -k "${SAUCE_ACCESS_KEY}" -i "github-action-tunnel-${RUN_ID}" --readyfile /tmp/sc.ready --region us-west-1 --proxy-sauce &
Expand Down

0 comments on commit b459cb8

Please sign in to comment.