Skip to content

Commit 3814d38

Browse files
committed
Update build.yaml
1 parent 2694289 commit 3814d38

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yaml

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

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

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

0 commit comments

Comments
 (0)