Skip to content

Commit

Permalink
v5.5.17
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 446d429 commit 25c929e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/frontend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
working-directory: './frontend'

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

0 comments on commit 25c929e

Please sign in to comment.