From 551b48ffa7a25bbce16a17ce059c8dc500729474 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Sun, 13 Feb 2022 21:58:04 -0800 Subject: [PATCH] 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. --- .github/workflows/run-tests.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 7524cc9de..c5e3e20a5 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -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