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