Skip to content

Commit

Permalink
ci: update CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed Feb 27, 2024
1 parent a513ffd commit 45558d2
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 @@ -228,6 +228,29 @@ jobs:
- store_test_results:
path: libs/auth/reports/

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

# @votingworks/backend
test-libs-backend:
executor: nodejs
Expand Down Expand Up @@ -1052,6 +1075,7 @@ workflows:
- test-apps-rave-track-frontend
- test-docs-exercises
- test-libs-auth
- test-libs-auth-rs
- test-libs-backend
- test-libs-ballot-encoder
- test-libs-ballot-encoder-rs
Expand Down

0 comments on commit 45558d2

Please sign in to comment.