Skip to content

Commit

Permalink
fix demo deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Nov 15, 2024
1 parent 61443b1 commit d99593b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/demo-deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,14 @@ jobs:
uses: cypress-io/github-action@v6
with:
build: npm i -D cypress
working-directory: frontend
install: false
wait-on: 'http://pitc.okr.localhost:8080/config, http://localhost:8544'
wait-on-timeout: 120
browser: chrome
headed: false
config: baseUrl=http://pitc.okr.localhost:8080
spec: frontend/cypress/e2e/${{ matrix.file }}
spec: cypress/e2e/${{ matrix.file }}

- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit d99593b

Please sign in to comment.