e2e-fix
Some checks failed
deploy / test (push) Successful in 57s
deploy / quality (push) Successful in 12s
deploy / Run end-to-end tests (push) Failing after 1m32s
deploy / Update templates on Mailgun (push) Has been skipped
deploy / push (push) Failing after 1s

This commit is contained in:
Untone 2024-02-04 13:13:14 +03:00
parent 561bc9aea4
commit 55081224b5

View File

@ -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