Skip to content

Commit

Permalink
fix: build the playground before starting the cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Jan 20, 2025
1 parent 5648ea8 commit b17c663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
- name: Run end-to-end tests
uses: cypress-io/github-action@v6
with:
build: yarn playground:build
start: yarn playground:start
- uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit b17c663

Please sign in to comment.