File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6969 env :
7070 # don't retry sdk tests
7171 NEXTEST_RETRIES : 0
72- TEST_FILTER : ${{ inputs.test }}
72+ TEST_FILTER : ${{ inputs.test-filter }}
7373 PREFIX : ${{ inputs.prefix }}
7474 run : |
7575 # RUN_IN_CI=1 shall be set only for k8s provider
Original file line number Diff line number Diff line change @@ -73,15 +73,15 @@ jobs:
7373 runner-type : " default"
7474 concurrency : 4
7575 additional-setup : |
76- cp --remove-destination ./substrate/zombienet/0001-basic-warp-sync/chain-spec.json $ ./substrate/zombienet/0002-validators-warp-sync
76+ cp --remove-destination ./substrate/zombienet/0001-basic-warp-sync/chain-spec.json ./substrate/zombienet/0002-validators-warp-sync
7777
7878 - job-name : " zombienet-substrate-0003-block-building-warp-sync"
7979 test-definition : " test-block-building-warp-sync.zndsl"
8080 local-dir : " ./substrate/zombienet/0003-block-building-warp-sync"
8181 runner-type : " default"
8282 concurrency : 4
8383 additional-setup : |
84- cp --remove-destination ./substrate/zombienet/0001-basic-warp-sync/chain-spec.json $ ./substrate/zombienet/0003-block-building-warp-sync
84+ cp --remove-destination ./substrate/zombienet/0001-basic-warp-sync/chain-spec.json ./substrate/zombienet/0003-block-building-warp-sync
8585
8686 steps :
8787 - name : Check if test is flaky
You can’t perform that action at this time.
0 commit comments