Skip to content

Commit

Permalink
Fixing the node.js?
Browse files Browse the repository at this point in the history
  • Loading branch information
SydZero committed Oct 16, 2024
1 parent af0f31f commit a4ce61f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/npm_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
cache: 'npm'

- run: npm ci
working-directory: ./chemistry-cafe/frontend
working-directory: ./frontend

- run: npm run build --if-present
working-directory: ./chemistry-cafe/frontend
working-directory: ./frontend

- run: npm test
working-directory: ./chemistry-cafe/frontend
working-directory: ./frontend

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1

0 comments on commit a4ce61f

Please sign in to comment.