Skip to content

Commit

Permalink
Regenerate CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahkagan committed Dec 10, 2024
1 parent 6b9a168 commit 8b5f312
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1148,6 +1148,29 @@ jobs:
- store_test_results:
path: libs/test-utils/reports/

# @votingworks/test-utils-vitest
test-libs-test-utils-vitest:
executor: nodejs
resource_class: xlarge
steps:
- checkout-and-install
- run:
name: Build
command: |
pnpm --dir libs/test-utils-vitest build
- run:
name: Lint
command: |
pnpm --dir libs/test-utils-vitest lint
- run:
name: Test
command: |
pnpm --dir libs/test-utils-vitest test
environment:
JEST_JUNIT_OUTPUT_DIR: ./reports/
- store_test_results:
path: libs/test-utils-vitest/reports/

# @votingworks/types
test-libs-types:
executor: nodejs
Expand Down Expand Up @@ -1471,6 +1494,7 @@ workflows:
- test-libs-printing
- test-libs-res-to-ts
- test-libs-test-utils
- test-libs-test-utils-vitest
- test-libs-types
- test-libs-types-rs
- test-libs-ui
Expand Down

0 comments on commit 8b5f312

Please sign in to comment.