Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
Run browser + node tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Sep 15, 2016
1 parent 7e646ec commit 2418e7b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ steps:

- wait

- name: Test
command: docker run -it js-ipfs:$BUILDKITE_COMMIT --entrypoint=npm test
- name: Test :node:
command: docker run -it js-ipfs:$BUILDKITE_COMMIT npm test

- name: Test :chrome:
command: docker run -it js-ipfs:$BUILDKITE_COMMIT npm run test:browser

- wait

Expand Down

0 comments on commit 2418e7b

Please sign in to comment.