From 520acc4bbc2bddcaaf591222e84baf4bfe20b392 Mon Sep 17 00:00:00 2001 From: Cesar Varela Date: Mon, 15 Apr 2024 19:04:48 -0300 Subject: [PATCH] Fix step syntax --- .github/workflows/test-api.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-api.yml b/.github/workflows/test-api.yml index 62565f504a..42b814fbfc 100644 --- a/.github/workflows/test-api.yml +++ b/.github/workflows/test-api.yml @@ -49,9 +49,7 @@ jobs: - name: Install NPM dependencies if: steps.cache-nodemodules.outputs.cache-hit != 'true' run: npm ci - with: - working-directory: site/gatsby-site - install-command: npm ci + working-directory: site/gatsby-site - name: Extract branch name shell: bash