Skip to content

Commit

Permalink
fix: install faas-cli as a seperate CI step
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
LucasRoesler authored and alexellis committed Oct 21, 2021
1 parent 6e2657c commit 655262d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/only-ci.yaml
Expand Up @@ -13,5 +13,7 @@ jobs:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Setup faas-cli
run: curl -sSL https://cli.openfaas.com | sh
- name: Make all
run: make all

0 comments on commit 655262d

Please sign in to comment.