Skip to content

Commit 66c4419

Browse files
committed
LIMIT TESTS
1 parent 771fd42 commit 66c4419

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.circleci/config.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -543,11 +543,12 @@ jobs:
543543
workflows:
544544
version: 2.1
545545

546-
anvil-per-test:
546+
Fix-failing-tests:
547547
when:
548548
or:
549-
- equal: ["skip", << pipeline.git.branch >>]
549+
- equal: ["Fix-failing-tests", << pipeline.git.branch >>]
550550
jobs:
551+
- lint
551552
- build-testable
552553

553554
- test-contracts:
@@ -557,15 +558,16 @@ workflows:
557558
parallelism: 8
558559

559560
- test-contracts:
560-
name: "test-bfp-market"
561+
name: "test-main"
561562
requires: [build-testable]
562-
workspace: "@synthetixio/bfp-market"
563-
parallelism: 4
563+
workspace: "@synthetixio/main"
564+
parallelism: 2
565+
batch-size: 8
564566

565567
tests:
566568
unless:
567569
or:
568-
- equal: ["skip", << pipeline.git.branch >>]
570+
- equal: ["Fix-failing-tests", << pipeline.git.branch >>]
569571
- equal: ["update-subgraphs", << pipeline.git.branch >>]
570572
- equal: ["scheduled_pipeline", << pipeline.trigger_source >>]
571573

0 commit comments

Comments
 (0)