Skip to content

Commit

Permalink
๐Ÿ’š Fix: add working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ilp-sys committed Mar 29, 2024
1 parent d0fa596 commit 1499e8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: npm ci, build and test
working-directory: ./aeye
run: |
npm ci
npm run build --if-present
npm test

0 comments on commit 1499e8d

Please sign in to comment.