From e3ca680c6093c12b4573d5ab083abc667903bb4a Mon Sep 17 00:00:00 2001 From: jaypan Date: Tue, 10 Sep 2024 19:13:16 +0200 Subject: [PATCH] Test --- .github/workflows/brand-new-chain-test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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