Skip to content

Commit

Permalink
pass genesis file env
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Mar 10, 2025
1 parent e807c99 commit 6e73cd8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,15 @@ jobs:
version: [02,03,99]
include:
- version: 02
genesis: "data/genesis/demo.toml"
compose: "-f process-compose.yaml"

- version: 03
genesis: "data/genesis/demo-pos.toml"
compose: "-f process-compose.yaml"

- version: 99
genesis: "data/genesis/demo-marketplace.toml"
compose: "-f process-compose.yaml -f process-compose-mp.yml"
fail-fast: false
runs-on: ubuntu-latest
Expand Down Expand Up @@ -246,7 +249,7 @@ jobs:
run: nix profile install nixpkgs#process-compose

- name: Run Demo-Native ${{matrix.version}}
run: bash -x scripts/demo-native ${{matrix.compose}} --tui=false > ${{ env.PC_LOGS }} 2>&1 &
run: bash -x ESPRESSO_SEQUENCER_GENESIS_FILE=${{matrix.genesis}} scripts/demo-native ${{matrix.compose}} --tui=false > ${{ env.PC_LOGS }} 2>&1 &

- name: Test Integration
env:
Expand Down

0 comments on commit 6e73cd8

Please sign in to comment.