Skip to content

Commit

Permalink
Fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas committed Nov 16, 2023
1 parent b465668 commit 0e63396
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:

runs-on: ubuntu-latest

defaults:
run:
working-directory: javascript

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -27,6 +31,7 @@ jobs:
with:
node-version: '18.x'
cache: 'npm'
cache-dependency-path: javascript/package-lock.json

- name: Test
run: npm test

0 comments on commit 0e63396

Please sign in to comment.