Skip to content

Commit

Permalink
LIMIT TESTS
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Apr 16, 2024
1 parent 65457ef commit feed928
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -543,11 +543,12 @@ jobs:
workflows:
version: 2.1

anvil-per-test:
Fix-failing-tests:
when:
or:
- equal: ["skip", << pipeline.git.branch >>]
- equal: ["Fix-failing-tests", << pipeline.git.branch >>]
jobs:
- lint
- build-testable

- test-contracts:
Expand All @@ -557,15 +558,16 @@ workflows:
parallelism: 8

- test-contracts:
name: "test-bfp-market"
name: "test-main"
requires: [build-testable]
workspace: "@synthetixio/bfp-market"
parallelism: 4
workspace: "@synthetixio/main"
parallelism: 2
batch-size: 8

tests:
unless:
or:
- equal: ["skip", << pipeline.git.branch >>]
- equal: ["Fix-failing-tests", << pipeline.git.branch >>]
- equal: ["update-subgraphs", << pipeline.git.branch >>]
- equal: ["scheduled_pipeline", << pipeline.trigger_source >>]

Expand Down

0 comments on commit feed928

Please sign in to comment.