Skip to content

Commit

Permalink
fix: test workflow npm install cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
artus9033 committed Feb 1, 2024
1 parent 8776015 commit c2ec2d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/checkout@v4

- name: Install npm dependencies
working-directory: ./app
run: npm install --legacy-peer-deps

- name: Run tests
Expand Down

0 comments on commit c2ec2d3

Please sign in to comment.