Skip to content

Commit

Permalink
glob tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed Aug 28, 2023
1 parent faad12a commit ec8fc01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ commands:
name: 'Run slow tests'
command: |
echo $(circleci tests glob "packages/**/*_spec_slow.ts")
circleci tests glob "packages/**/*_spec_slow.ts" | circleci tests split --split-by=timings | xargs yarn test
$TEST_GLOB=circleci tests glob "packages/**/*_spec_slow.ts" | circleci tests split --split-by=timings
yarn test $TEST_GLOB
jobs:
lint-and-build:
Expand Down

0 comments on commit ec8fc01

Please sign in to comment.