diff --git a/.github/workflows/only-ci.yaml b/.github/workflows/only-ci.yaml index d203dcdf..00ab25e8 100644 --- a/.github/workflows/only-ci.yaml +++ b/.github/workflows/only-ci.yaml @@ -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 \ No newline at end of file