Remove the graphql inspector tests

This requires a token permission that we do not have enabled anymore. We can try running something similar in a container.
This commit is contained in:
Jackson Harper
2022-02-13 21:58:04 -08:00
committed by GitHub
parent 70590d7e1c
commit 551b48ffa7

View File

@ -12,19 +12,6 @@ on:
- 'apple/**'
jobs:
run-graphql-inspector:
name: Run GraphQL Inspector Checks
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: kamilkisiela/graphql-inspector@master
with:
schema: 'main:packages/api/src/generated/schema.graphql'
run-code-tests:
name: Run Codebase tests
runs-on: ubuntu-latest