File tree 1 file changed +8
-6
lines changed 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -543,11 +543,12 @@ jobs:
543
543
workflows :
544
544
version : 2.1
545
545
546
- anvil-per-test :
546
+ Fix-failing-tests :
547
547
when :
548
548
or :
549
- - equal : ["skip ", << pipeline.git.branch >>]
549
+ - equal : ["Fix-failing-tests ", << pipeline.git.branch >>]
550
550
jobs :
551
+ - lint
551
552
- build-testable
552
553
553
554
- test-contracts :
@@ -557,15 +558,16 @@ workflows:
557
558
parallelism : 8
558
559
559
560
- test-contracts :
560
- name : " test-bfp-market "
561
+ name : " test-main "
561
562
requires : [build-testable]
562
- workspace : " @synthetixio/bfp-market"
563
- parallelism : 4
563
+ workspace : " @synthetixio/main"
564
+ parallelism : 2
565
+ batch-size : 8
564
566
565
567
tests :
566
568
unless :
567
569
or :
568
- - equal : ["skip ", << pipeline.git.branch >>]
570
+ - equal : ["Fix-failing-tests ", << pipeline.git.branch >>]
569
571
- equal : ["update-subgraphs", << pipeline.git.branch >>]
570
572
- equal : ["scheduled_pipeline", << pipeline.trigger_source >>]
571
573
You can’t perform that action at this time.
0 commit comments