Skip to content

Commit

Permalink
okr #921: fix cypress urls
Browse files Browse the repository at this point in the history
  • Loading branch information
janikEndtner committed Jul 5, 2024
1 parent af73621 commit 75fa9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo-deploy-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ jobs:
with:
build: npm i -D cypress
install: false
wait-on: 'http://localhost:8080/config, http://localhost:8544'
wait-on: 'http://pitc.okr.localhost:8080/config, http://pitc.okr.localhost:4200, http://localhost:8544'
wait-on-timeout: 120
browser: chrome
headed: true
working-directory: frontend
config: baseUrl=http://localhost:8080
config: baseUrl=http://pitc.okr.localhost:8080

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

0 comments on commit 75fa9de

Please sign in to comment.