Skip to content

Commit

Permalink
dont exit early if the commands exit with a non-zero code
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeChampion committed Mar 5, 2020
1 parent 8a6c5ab commit cc4d3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ jobs:
name: Start test-server
command: node ./test/polyfills/server.js
background: true
- run: node ./test/polyfills/remotetest.js control
- run: node ./test/polyfills/remotetest.js all
- run: node ./test/polyfills/remotetest.js control || true
- run: node ./test/polyfills/remotetest.js all || true
- run: node ./test/polyfills/compat.js
- run: node ./test/polyfills/update-polyfill-targeting.js
- run: >
Expand Down

0 comments on commit cc4d3e5

Please sign in to comment.