Skip to content

Commit

Permalink
Migrated docker image in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Dec 13, 2022
1 parent 667a400 commit a864d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
parallelism: 4
docker:
- image: circleci/node:10-browsers
- image: cimg/node:16.18-browsers
environment:
WATAI_TESTS: tests/integration
SAUCE_USERNAME: openfisca
Expand All @@ -20,11 +20,11 @@ jobs:
key: sc-4.8.2
- run:
name: Install app dependencies
command: npm install
command: npm install --force
- 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@^1.5.0 --force --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
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a864d8d

Please sign in to comment.