Skip to content

Commit

Permalink
ci: removed npm tests from react frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Arabasta committed Jul 13, 2024
1 parent 7b4d15d commit 3c62777
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci_react_frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,4 @@ jobs:

- name: Run build
working-directory: ./react_frontend
run: npm run build

- name: Run tests
working-directory: ./react_frontend
run: npm test
run: npm run build

0 comments on commit 3c62777

Please sign in to comment.