From 1b9ec3e99a851191e578a5ad5f6aba57ad3b0a4e Mon Sep 17 00:00:00 2001 From: BacLuc Date: Sat, 15 Jul 2023 08:41:38 +0200 Subject: [PATCH] CI: wait for print to be ready in e2e tests --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 3f6f44f0ade..4e85c1ea12f 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -355,7 +355,7 @@ jobs: with: working-directory: e2e browser: ${{ matrix.browser }} - wait-on: 'http://localhost:3000, http://localhost:3000/api' + wait-on: 'http://localhost:3000, http://localhost:3000/api, http://localhost:3000/print/server/health' wait-on-timeout: 300 # store screenshots and videos on GitHub as artifacts, for downloading and debugging in case of problems