From c6ea1eb8b792afb8fde0466d09baaecfcbd24cb9 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 5 Aug 2024 15:09:57 +0300 Subject: [PATCH] e2e-testing --- .github/workflows/node-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 5e819c27..8f7faeaf 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -42,7 +42,7 @@ jobs: - name: Wait for deployment to be live run: | echo "Waiting for Vercel deployment to be live..." - until curl -sSf https://testing3.discours.io > /dev/null; do + until curl -sSf https://testing.discours.io > /dev/null; do printf '.' sleep 10 done @@ -51,4 +51,4 @@ jobs: - name: Run Playwright tests run: npm run e2e:tests:ci env: - BASE_URL: https://testing3.discours.io \ No newline at end of file + BASE_URL: https://testing.discours.io