From 55081224b57bb2ed8e5e5a1d47ce5aab37447fb4 Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 4 Feb 2024 13:13:14 +0300 Subject: [PATCH] e2e-fix --- .gitea/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 5b3eda0b..f13ab5fd 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -47,7 +47,7 @@ jobs: - name: Install playwright browsers run: npx playwright install --with-deps - name: Run Playwright Test - run: npx playwright test/discoursio-webapp.check.js + run: npx playwright test test/discoursio-webapp.check.js push: needs: test_with_playwright