Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gastongaiduk committed Dec 18, 2024
1 parent 5c9e20e commit e129431
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- name: Start Vite server
run: npm run dev:expose &

- name: Run Cypress tests
env:
BASE_URL: http://localhost:5173/retroleaderboards
run: npm run cy:run
- name: Cypress run
uses: cypress-io/github-action@v6

# - name: Run Cypress tests
# env:
# BASE_URL: http://localhost:5173/retroleaderboards
# run: npm run cy:run

0 comments on commit e129431

Please sign in to comment.