Skip to content

Commit

Permalink
New package internal format
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Nov 7, 2024
1 parent 1953d79 commit 59cf9bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ jobs:
CI_VERSION: ${{ needs.prepare.outputs.version }}
- 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
ls -Fla
cd ..
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 59cf9bd

Please sign in to comment.