Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas committed Nov 16, 2023
1 parent 2fd3ad2 commit d7f4d3e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .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 @@ -29,6 +33,8 @@ jobs:
cache: 'npm'
cache-dependency-path: javascript/package-lock.json

- name: Install
run: npm install

- name: Test
working-directory: javascript
run: npm test

0 comments on commit d7f4d3e

Please sign in to comment.