File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -543,11 +543,12 @@ jobs:
543543workflows :
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
You can’t perform that action at this time.
0 commit comments