Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 845cbb0

Browse files
committed
workflows: Use local build for Cypress workflow
1 parent beddcac commit 845cbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
wait-on: 'https://localhost:9443'
2525
wait-on-timeout: 120
26-
build: yarn docker:build
26+
build: yarn docker:build && yarn build
2727
start: yarn docker:startlocal
2828
command: yarn cypress:test
2929
env:

0 commit comments

Comments
 (0)