Skip to content

Commit

Permalink
Add frontend testing to GHI attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tijmenbaarda committed Aug 1, 2024
1 parent 0745963 commit 162c397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: './frontend/package-lock.json'
- name: Install frontend dependencies
run: |
cd frontend
Expand Down

0 comments on commit 162c397

Please sign in to comment.