Skip to content

Commit

Permalink
update jobs
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 8572076 commit 9226447
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ 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 $(echo '$(cat /tmp/test-files)')
lint:
docker:
- image: cimg/node:16.18.0
working_directory: ~/relayer-v2
resource_class: medium+
parallelism: 10
steps:
- restore_cache:
key: relayer-cache-{{ .Environment.CIRCLE_SHA1 }}
Expand Down

0 comments on commit 9226447

Please sign in to comment.