We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d07c23 + ff75bfc commit 84a7456Copy full SHA for 84a7456
2 files changed
.github/workflows/_shared-run-test.yaml
@@ -46,7 +46,7 @@ on:
46
kurtosis_branch:
47
type: string
48
description: "The branch name for the kurtosis ethereum package to use (default: )."
49
- default: "5.0.1"
+ default: ""
50
assertoor_tests:
51
52
description: "The list of assertoor test files to run."
tests.yaml
@@ -7,7 +7,7 @@ tests:
7
name: "Test latest clients"
8
clients: clients/latest-stable.yaml
9
kurtosis: kurtosis-config/default.yaml
10
- kurtosis_branch: main
+ kurtosis_branch: "5.0.1"
11
worker: [self-hosted-ghr-size-l-x64]
12
backend: docker
13
clientPairs:
0 commit comments