Skip to content

Commit

Permalink
Upgrade saucelabs client
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Dec 8, 2022
1 parent b5bece1 commit eebe936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run:
name: Install saucelabs
command: |
npm install saucelabs@^1.5.0 --no-save # allow sending Watai results to SauceLabs. Don't save in package.json, as this would change its checksum and mess up the cache.
npm install saucelabs@^7.2.0 --no-save # allow sending Watai results to SauceLabs. Don't save in package.json, as this would change its checksum and mess up the cache.
if [ -d sc ]; then exit; fi # sc has already been downloaded
mkdir sc
wget https://saucelabs.com/downloads/sc-4.8.2-linux.tar.gz --directory-prefix sc
Expand Down

0 comments on commit eebe936

Please sign in to comment.