Merge pull request #45 from omnivore-app/jacksonh-patch-1

Remove the graphql inspector tests
This commit is contained in:
Jackson Harper
2022-02-14 14:01:43 +08:00
committed by GitHub

View File

@ -12,19 +12,6 @@ on:
- 'apple/**' - 'apple/**'
jobs: 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: run-code-tests:
name: Run Codebase tests name: Run Codebase tests
runs-on: ubuntu-latest runs-on: ubuntu-latest