Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
Signed-off-by: Evaldo Felipe <contato@evaldofelipe.com>
  • Loading branch information
evaldofelipe committed Oct 4, 2023
1 parent 9226447 commit 79178eb
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 @@ -34,7 +34,7 @@ jobs:
pwd
cd test/
circleci tests glob "test/**/*.ts" | circleci tests split > /tmp/test-files
yarn test --bail $(echo '$(cat /tmp/test-files)')
yarn test --bail $(cat /tmp/test-files)
lint:
docker:
- image: cimg/node:16.18.0
Expand Down

0 comments on commit 79178eb

Please sign in to comment.