test: fix more stuff

This commit is contained in:
Elliot DeNolf
2022-07-17 16:22:20 -07:00
parent d6a7b8c319
commit 0d1603b467
4 changed files with 148 additions and 5 deletions

View File

@@ -37,6 +37,9 @@ jobs:
- name: Integraion Tests
run: yarn test:int
- name: Generate Payload Types
run: yarn dev:generate-types fields
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
# - name: E2E Tests