ci: run all e2e tests (#847)

This commit is contained in:
Elliot DeNolf
2022-07-28 13:33:06 -04:00
committed by GitHub
parent b2ae5da62a
commit bf942bf015

View File

@@ -40,10 +40,11 @@ jobs:
- name: Generate Payload Types
run: yarn dev:generate-types fields
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
# - name: E2E Tests
# run: yarn test:e2e:all --bail
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: E2E Tests
run: yarn test:e2e:all --bail
# - uses: actions/upload-artifact@v2
# if: always()
# with: