Skip to content

Commit

Permalink
Add e2e tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciofierrom committed Nov 19, 2024
1 parent 2fbcfc1 commit 17344b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ jobs:
run: |
yarn install
yarn test
- name: E2E tests
run: |
CYPRESS=1 bin/rails server -p 5017 &
yarn cypress run

0 comments on commit 17344b0

Please sign in to comment.