Skip to content

Commit

Permalink
update test file
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 019edbd commit 814d170
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 @@ -40,8 +40,8 @@ jobs:
name: Run tests
command: |
circleci tests glob "test/**/*.ts" | circleci tests split > /tmp/test-files
cd /tmp/test-files && ls -la
yarn test --bail
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 814d170

Please sign in to comment.