Skip to content

Commit 6e415a6

Browse files
committed
fix workflow env definitions
1 parent e46feee commit 6e415a6

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/cardano-node.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
name: "Test cardano-node"
2-
env:
3-
TESTNET: cardano_node_latest
4-
REGISTRY: us-central1-docker.pkg.dev/molten-verve-216720/cardano-repository/
5-
6-
DURATION: 5 # in hours
7-
82
on:
93
# can be dispatched manually
104
workflow_dispatch:
115
inputs:
126
test:
137
description: 'Test name'
148
required: false
15-
default: '${{TESTNET}}'
9+
default: 'cardano_node_latest'
1610
type: string
1711
schedule:
1812
# run every 6 hours
@@ -21,6 +15,11 @@ on:
2115
jobs:
2216
run-cardano-node:
2317
runs-on: ubuntu-latest
18+
env:
19+
TESTNET: cardano_node_latest
20+
REGISTRY: us-central1-docker.pkg.dev/molten-verve-216720/cardano-repository/
21+
22+
DURATION: 5 # in hours
2423

2524
steps:
2625
- name: 🚧 Set up Docker Buildx

0 commit comments

Comments
 (0)