Skip to content

Commit

Permalink
Add unstable as well
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Sep 18, 2018
1 parent 4f2c9c3 commit 8809607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' >> /etc/apt/sources.list.d/google.list
apt-get -qq update
apt-get -qq install -y --no-install-recommends google-chrome-stable
apt-get -qq install -y --no-install-recommends google-chrome-unstable
fi
- run:
name: Pre-Test
Expand All @@ -35,7 +36,7 @@ jobs:
if node --version | grep -q '^v10'; then
npm run lint
npm run test-headless -- --chrome $(which google-chrome-stable) --allow-chrome-as-root
npm run test-headless -- --chrome $(which google-chrome-unstable) --allow-chrome-as-root
npm run test-webworker -- --chrome $(which google-chrome-stable) --allow-chrome-as-root
npm run test-esm-bundle
Expand Down

0 comments on commit 8809607

Please sign in to comment.