Skip to content

Commit

Permalink
wait for localhost:8080
Browse files Browse the repository at this point in the history
  • Loading branch information
ainsofs committed Apr 21, 2024
1 parent 2641051 commit bdb6a0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
command: yarn test:e2e:ci:novid:chrome
working-directory: q-app/quasar-project
browser: chrome
wait-on: 'http://localhost:8080'
wait-on-timeout: 300 # Timeout in seconds for wait-on
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
command: yarn test:e2e:ci:novid
working-directory: q-app/quasar-project
browser: chrome
wait-on: 'http://localhost:8080'
wait-on-timeout: 300 # Timeout in seconds for wait-on

0 comments on commit bdb6a0d

Please sign in to comment.