diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 706bebcb5..a6c760244 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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