remove bad field and comment out subtitle by default #566
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Headless Acceptance Tests | |
on: push | |
jobs: | |
headless-acceptance-tests: | |
name: Chrome Acceptance Tests (Headless) | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-node@v3 | |
with: | |
node-version: 14 | |
- run: npm ci | |
- run: npm run setup-test-site | |
- run: npm run build-test-site | |
- name: Run Acceptance Tests | |
run: npm run acceptance -- --browsers chrome:headless |