diff --git a/.github/workflows/brand-new-chain-test.yml b/.github/workflows/brand-new-chain-test.yml index 3bd6b1e9..f89f26f5 100644 --- a/.github/workflows/brand-new-chain-test.yml +++ b/.github/workflows/brand-new-chain-test.yml @@ -178,6 +178,4 @@ jobs: export SET_DATETIME=${DATETIME} # [TODO] Use the docker image to regenerate the docker image... # Need to check several things - chain=${{ github.event.inputs.chain }} || "peaq-dev" - testcases=${{ github.event.inputs.testcases }} || "all" - bash -x new.chain.test.bash --chain $chain --test $testcases + bash -x new.chain.test.bash --chain peaq-dev --test all