ci-fix
This commit is contained in:
parent
4e71a2e748
commit
e286aee46c
|
@ -29,6 +29,14 @@ jobs:
|
||||||
- name: Test production build
|
- name: Test production build
|
||||||
run: npm run 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:
|
email-templates:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Update templates on Mailgun
|
name: Update templates on Mailgun
|
||||||
|
|
8
.github/workflows/node-ci.yml
vendored
8
.github/workflows/node-ci.yml
vendored
|
@ -26,11 +26,3 @@ jobs:
|
||||||
|
|
||||||
- name: Test production build
|
- name: Test production build
|
||||||
run: npm run 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 }}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user