Skip to content

Commit 655262d

Browse files
LucasRoesleralexellis
authored andcommitted
fix: install faas-cli as a seperate CI step
Run faas-cli install in it's own step to because this will install it into the users PATH for us and the setup/verify script will intelligently skip the faas-cli install step. This avoids a bug where the script assumes that the cli was installed into the tmp dir instead of the PATH. Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
1 parent 6e2657c commit 655262d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/only-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ jobs:
1313
- uses: actions/checkout@master
1414
with:
1515
fetch-depth: 1
16+
- name: Setup faas-cli
17+
run: curl -sSL https://cli.openfaas.com | sh
1618
- name: Make all
1719
run: make all

0 commit comments

Comments
 (0)