Skip to content

Commit

Permalink
add npm prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jalling97 committed Apr 24, 2024
1 parent d3fbc32 commit 8939555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: 18

- name: Install Dependencies
run: npm install
run: npm --prefix src/leapfrogai_ui install

- name: Run Unit Tests
run: npm run test:unit
run: npm --prefix src/leapfrogai_ui run test:unit

0 comments on commit 8939555

Please sign in to comment.