Skip to content

Commit 3091cdc

Browse files
committed
Run only 1 end to end test in P2P
1 parent 89a75aa commit 3091cdc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,13 @@ jobs:
219219
fail-fast: false
220220
matrix:
221221
era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras) }}
222-
extra_args: ["","--use-p2p-network"]
223222
run_id: [1,2,3]
223+
extra_args: [""]
224+
225+
include:
226+
- era: ${{ fromJSON(needs.build-ubuntu-X64.outputs.eras)[0] }}
227+
run_id: 3
228+
extra_args: "--use-p2p-network"
224229
steps:
225230
- name: Checkout sources
226231
uses: actions/checkout@v3

0 commit comments

Comments
 (0)