Skip to content

Commit 61443b1

Browse files
committed
fix config of cypress in demo deploy
1 parent ec7861a commit 61443b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/demo-deploy-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
browser: chrome
116116
headed: false
117117
config: baseUrl=http://pitc.okr.localhost:8080
118-
spec: cypress/e2e/${{ matrix.file }}
118+
spec: frontend/cypress/e2e/${{ matrix.file }}
119119

120120
- uses: actions/upload-artifact@v4
121121
if: always()

0 commit comments

Comments
 (0)