Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit c994da6

Browse files
author
Roshan Jossy
committed
ci: change command to run cypress to not use percy
1 parent fdb8c29 commit c994da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
start: npm run dev
3737
wait-on: 'http://localhost:3000'
38-
command-prefix: 'percy exec -- npx'
38+
command-prefix: 'npm run cy:run'
3939
# - name: Integration test Coverage
4040
# run: |
4141
# npx nyc report --reporter=text-summary

0 commit comments

Comments
 (0)