ci: generate graphql schema in GH action

This commit is contained in:
Elliot DeNolf
2023-02-01 15:17:48 -05:00
parent 678614b62b
commit 7720f452d3
5 changed files with 1551 additions and 0 deletions

View File

@@ -44,6 +44,9 @@ jobs:
- name: Generate Payload Types
run: yarn dev:generate-types fields
- name: Generate GraphQL schema file
run: yarn dev:generate-graphql-schema
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: E2E Tests