This commit is contained in:
Untone 2024-06-06 09:16:45 +03:00
parent 4e71a2e748
commit e286aee46c
2 changed files with 8 additions and 8 deletions

View File

@ -29,6 +29,14 @@ jobs:
- name: Test production build
run: npm run build
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npm run e2e
env:
BASE_URL: ${{ github.event.deployment_status.target_url }}
email-templates:
runs-on: ubuntu-latest
name: Update templates on Mailgun

View File

@ -26,11 +26,3 @@ jobs:
- name: Test production build
run: npm run build
- name: Install Playwright
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npm run e2e
env:
BASE_URL: ${{ github.event.deployment_status.target_url }}