Skip to content

Commit

Permalink
pass updated chrome path to test-webworker
Browse files Browse the repository at this point in the history
  • Loading branch information
fearphage committed Dec 19, 2017
1 parent 07763c4 commit 9ef9a20
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 @@ -35,7 +35,7 @@ jobs:
# modify mochify to pass additional params to chrome
sed -i "s#'--allow-insecure-localhost'#'--allow-insecure-localhost', '--no-sandbox', '--disable-setuid-sandbox'#" node_modules/mochify/lib/chromium.js && echo "modified mochify/lib/chromium.js";
npm run test-headless -- --chrome $(which google-chrome-unstable);
npm run test-webworker;
npm run test-webworker -- --chrome $(which google-chrome-unstable);
fi
- run:
name: Test
Expand Down

0 comments on commit 9ef9a20

Please sign in to comment.