Skip to content

Commit

Permalink
Test tokenbridge and l3node startups
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Sep 2, 2024
1 parent ab44f67 commit 21b5913
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
strategy:
matrix:
pos: [true, false]
l3node: [true, false]
tokenbridge: [true, false]

steps:
- name: Checkout
Expand All @@ -36,4 +38,4 @@ jobs:
restore-keys: ${{ runner.os }}-buildx-

- name: Startup Nitro testnode
run: ${{ github.workspace }}/.github/workflows/testnode.bash ${{ matrix.pos == true && '--pos' || '' }}
run: ${{ github.workspace }}/.github/workflows/testnode.bash --init-force ${{ matrix.l3node == true && '--l3node' || '' }} ${{ matrix.tokenbridge == true && '--tokenbridge' || '--no-tokenbridge' }} --no-simple --detach ${{ matrix.pos == true && '--pos' || '' }}

0 comments on commit 21b5913

Please sign in to comment.