We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d0a0c commit e3ca680Copy full SHA for e3ca680
1 file changed
.github/workflows/brand-new-chain-test.yml
@@ -178,6 +178,4 @@ jobs:
178
export SET_DATETIME=${DATETIME}
179
# [TODO] Use the docker image to regenerate the docker image...
180
# Need to check several things
181
- chain=${{ github.event.inputs.chain }} || "peaq-dev"
182
- testcases=${{ github.event.inputs.testcases }} || "all"
183
- bash -x new.chain.test.bash --chain $chain --test $testcases
+ bash -x new.chain.test.bash --chain peaq-dev --test all
0 commit comments