Skip to content

Commit b17c663

Browse files
committed
fix: build the playground before starting the cypress tests
1 parent 5648ea8 commit b17c663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
- name: Run end-to-end tests
6161
uses: cypress-io/github-action@v6
6262
with:
63+
build: yarn playground:build
6364
start: yarn playground:start
6465
- uses: actions/upload-artifact@v4
6566
if: failure()

0 commit comments

Comments
 (0)