Skip to content

Commit

Permalink
Fix step syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarvarela committed Apr 15, 2024
1 parent ec02117 commit 520acc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 520acc4

Please sign in to comment.