npm-start-fix
Some checks failed
deploy / Linting (push) Successful in 1m8s
deploy / Playwright (push) Failing after 2m18s
deploy / Github (push) Failing after 2s
deploy / Update templates on Mailgun (push) Has been skipped

This commit is contained in:
Untone 2024-02-04 15:44:57 +03:00
parent 57d78f4c44
commit 1f8b6342b0

View File

@ -38,6 +38,10 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Start Web Server
run: npm start &
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v3