Skip to content

Commit

Permalink
Run tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
krystof-k committed Sep 3, 2023
1 parent ee96f17 commit 1636b1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
- name: Run unit tests
run: |
npm run test:unit
- if: false
name: Run end-to-end tests
- name: Spin up database
run: |
docker compose up cockroach -d
- name: Run end-to-end tests
run: |
npm run test:e2e:ci

0 comments on commit 1636b1e

Please sign in to comment.