Skip to content

Commit

Permalink
add debugging pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SydZero committed Oct 16, 2024
1 parent f3b365e commit d49f5fe
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/npm_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:

- name: List directory after checkout
run: ls -R
working-directory: ./chemistry-cafe

# Set up Node.js
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -37,15 +36,14 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

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

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

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

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

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

0 comments on commit d49f5fe

Please sign in to comment.