Skip to content

Commit

Permalink
cd into js packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo-Battigelli committed Aug 6, 2024
1 parent ba4e7b8 commit bdea540
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
npm install
- name: Run lint
run: npm run lint
run: |
cd aofl-js-packages
npm run lint
unit-test:
runs-on: ubuntu-latest
Expand All @@ -61,4 +63,6 @@ jobs:
npm install
- name: Run tests
run: npm test -- --debug
run: |
cd aofl-js-packages
npm test -- --debug

0 comments on commit bdea540

Please # to comment.