Skip to content

Commit b63a19f

Browse files
committed
ci: some fixes
1 parent a32ff98 commit b63a19f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/zombienet-sdk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
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

.github/workflows/reusable-zombienet-runner.yml

Whitespace-only changes.

.github/workflows/zombienet_substrate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)