Skip to content

Commit

Permalink
chore: use e2e command in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Rajchman authored and mrliptontea committed Oct 17, 2022
1 parent 1d3597e commit 08b1e38
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 @@ -53,7 +53,7 @@ jobs:
name: Run e2e tests
environment:
DEBUG_DETIK: "true"
command: ./node_modules/.bin/bats --jobs 3 --no-parallelize-within-files --timing --print-output-on-failure e2e/
command: npm run e2e
- store_artifacts:
path: /tmp/detik

Expand Down

0 comments on commit 08b1e38

Please sign in to comment.