Skip to content

Commit

Permalink
Merge pull request #964 from puzzle/feature/921_fix-cypress-urls
Browse files Browse the repository at this point in the history
okr #921: fix cypress urls
  • Loading branch information
janikEndtner authored Jul 5, 2024
2 parents af73621 + 75fa9de commit 90ede73
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 90ede73

Please sign in to comment.