We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c30b47 commit 484c150Copy full SHA for 484c150
.github/workflows/ci.yml
@@ -109,4 +109,4 @@ jobs:
109
stackyaml: ${{ matrix.plan.stackyaml }}
110
run: |
111
export PATH=~/.local/bin:$PATH
112
- STACKYAML=${{ stackyaml }} make test
+ STACKYAML=$stackyaml make test
0 commit comments