Skip to content

Commit

Permalink
fix path to node
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Jose committed Aug 13, 2023
1 parent 6b3302a commit 07294ba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
cache: npm
cache-dependency-path: src/package-lock.json
- name: Build
run: npm install
run: cd src && npm install
- name: Test
run: cd src && npm test
publish:
name: Publish
needs: test
Expand All @@ -28,7 +30,9 @@ jobs:
cache: npm
cache-dependency-path: src/package-lock.json
- name: Build
run: npm install
run: cd src && npm install
- name: Test
run: cd src && npm test
- name: Publish
uses: github-actions-community/merge-release@main
env:
Expand Down

0 comments on commit 07294ba

Please sign in to comment.