Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jun 25, 2024
1 parent e01848f commit 1cf9644
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
cache-dependency-path: |
./backend/requirements.txt
./backend/dev-requirements.txt
- name: Install dependencies
working-directory: ./backend
run: |
pip install -r requirements.txt -r dev-requirements.txt
js-build:
name: JS tests
Expand All @@ -48,10 +52,10 @@ jobs:
run: |
npm ci --no-audit
- name: Type check
- name: npm build
working-directory: ./front-end
run: |
npm run format:check
npm run build
docker-build:
name: Docker build
Expand Down

0 comments on commit 1cf9644

Please sign in to comment.