Skip to content

Commit

Permalink
add working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Sep 5, 2023
1 parent c713e0e commit 295e7b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
with:
node-version: 16
cache: 'npm'
- run: |
- name: Install dependencies and run tests
working-directory: ui
run: |
npm i
npm test

0 comments on commit 295e7b9

Please sign in to comment.