Skip to content

Commit

Permalink
Add frontend testing to GHI attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenbaarda committed Aug 1, 2024
1 parent 7538fc1 commit 0745963
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ jobs:
run: |
cd backend && pytest
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install frontend dependencies
run: |
cd frontend
Expand Down

0 comments on commit 0745963

Please sign in to comment.