Skip to content

Commit

Permalink
v5.5.19
Browse files Browse the repository at this point in the history
- Added tests for React
- Added CI for React
- Separated Scraper and Django's CI
  • Loading branch information
sakan811 committed Jul 14, 2024
1 parent 25c929e commit 255757c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
working-directory: './frontend'
cache-dependency-path: './frontend/package-lock.json'

- name: Install dependencies
working-directory: ./frontend
Expand Down

0 comments on commit 255757c

Please sign in to comment.