Skip to content

Commit

Permalink
Update angular.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Sep 5, 2023
1 parent 29f0225 commit 274ed5c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies and run tests
- name: Install dependencies
working-directory: ui
run: |
npm i
npm test
run: npm i
- name: Run tests
working-directory: ui
run: npm test

0 comments on commit 274ed5c

Please sign in to comment.