Skip to content

Commit d99593b

Browse files
committed
fix demo deploy
1 parent 61443b1 commit d99593b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,14 @@ jobs:
109109
uses: cypress-io/github-action@v6
110110
with:
111111
build: npm i -D cypress
112+
working-directory: frontend
112113
install: false
113114
wait-on: 'http://pitc.okr.localhost:8080/config, http://localhost:8544'
114115
wait-on-timeout: 120
115116
browser: chrome
116117
headed: false
117118
config: baseUrl=http://pitc.okr.localhost:8080
118-
spec: frontend/cypress/e2e/${{ matrix.file }}
119+
spec: cypress/e2e/${{ matrix.file }}
119120

120121
- uses: actions/upload-artifact@v4
121122
if: always()

0 commit comments

Comments
 (0)