test: consolidate e2e npm script

This commit is contained in:
Elliot DeNolf
2022-07-28 13:51:34 -04:00
parent bf942bf015
commit 0b57e45ee4
2 changed files with 3 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: E2E Tests
run: yarn test:e2e:all --bail
run: yarn test:e2e --bail
# - uses: actions/upload-artifact@v2
# if: always()