Skip to content

Commit d9316c8

Browse files
committed
Update build.yaml
1 parent 221cb34 commit d9316c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
run: npm run build
2626

2727
- name: Run Cypress Tests
28-
run: npm run test
28+
uses: cypress-io/github-action@v6
29+
with:
30+
start: npm run test
2931

3032
- name: Upload Cypress Screenshots
3133
if: always() # Run this step even if tests fail

0 commit comments

Comments
 (0)