Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan committed Sep 10, 2024
1 parent 3dbe50e commit 21d0a0c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/brand-new-chain-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
brand-new-test:
runs-on: ubuntu-20.04
steps:
- name: Show the inputs
run: |
echo "Chain: ${{ github.event.inputs.chain }}"
echo "Testcases: ${{ github.event.inputs.testcases }}"
- name: Clone simple CI
uses: GuillaumeFalourd/[email protected]
with:
Expand Down Expand Up @@ -174,4 +178,6 @@ jobs:
export SET_DATETIME=${DATETIME}
# [TODO] Use the docker image to regenerate the docker image...
# Need to check several things
bash -x new.chain.test.bash --chain ${{ github.event.inputs.chain }} --test ${{ github.event.inputs.testcases }}
chain=${{ github.event.inputs.chain }} || "peaq-dev"
testcases=${{ github.event.inputs.testcases }} || "all"
bash -x new.chain.test.bash --chain $chain --test $testcases

0 comments on commit 21d0a0c

Please sign in to comment.