Skip to content

Commit

Permalink
chore: update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
alicelovescake committed May 12, 2024
1 parent ab78aa9 commit 75fd6ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
version: 2.1

orbs:
node: electronjs/[email protected]

parameters:
should_dig:
type: boolean
Expand Down Expand Up @@ -73,6 +76,13 @@ workflows:
equal: [ << pipeline.parameters.should_dig >>, false ]
jobs:
- build
- node/test:
executor: node/linux
node-version: "20.12"
use-test-steps: true
test-steps:
- run: yarn lint
- run: yarn test

dig:
when:
Expand Down

0 comments on commit 75fd6ba

Please sign in to comment.