Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vilnor committed Jun 2, 2024
1 parent 9812631 commit a5c877b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'


# Run backend build and test
- name: Build and test
run: |
npm ci
npm run build --if-present
npm test
working-directory: backend
working-directory: ./backend

integration_tests:
name: Integration Tests
Expand Down

0 comments on commit a5c877b

Please sign in to comment.