Skip to content

Commit 3030adf

Browse files
committed
Build the app before running cypress:ci as vite preview does not build the app
1 parent 67e2cb3 commit 3030adf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ jobs:
1111
with:
1212
node-version: '20.x'
1313
- run: npm ci
14+
- run: npm run build
1415
- run: npm run cypress:ci

0 commit comments

Comments
 (0)