mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-07 07:43:09 +00:00
Fix workflow env references
This commit is contained in:
parent
f9016249ee
commit
99da5da1cc
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -159,7 +159,6 @@ jobs:
|
||||
host_smoke:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
VERSION: ${{ env.VERSION }}
|
||||
POL_PROOF_DEV_MODE: true
|
||||
LOCAL_DEMO_RUN_SECS: 120
|
||||
LOCAL_DEMO_VALIDATORS: 1
|
||||
@ -289,7 +288,6 @@ jobs:
|
||||
compose_smoke:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
VERSION: ${{ env.VERSION }}
|
||||
TMPDIR: ${{ github.workspace }}/.tmp
|
||||
NOMOS_CIRCUITS: ${{ github.workspace }}/.tmp/nomos-circuits
|
||||
NOMOS_TESTNET_IMAGE: nomos-testnet:${{ github.run_id }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user