Skip to content

Commit

Permalink
build: fix broken circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Aug 28, 2024
1 parent d7ced8b commit bfcbf25
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ workflows:
fetch-mock-ci-cd:
jobs:
- checkout_code: *triggerable-by-tag
- test:
<<: *triggerable-by-tag
requires:
// because in the monorepo any package that requires another can
// only do so after build
- build
- lint:
<<: *triggerable-by-tag
requires:
Expand All @@ -125,6 +119,10 @@ workflows:
<<: *triggerable-by-tag
requires:
- checkout_code
- test:
<<: *triggerable-by-tag
requires:
- build
- typecheck:
<<: *triggerable-by-tag
<<: *after-build-lint
Expand Down

0 comments on commit bfcbf25

Please sign in to comment.