mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
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:
parent
70590d7e1c
commit
551b48ffa7
1 changed files with 0 additions and 13 deletions
13
.github/workflows/run-tests.yaml
vendored
13
.github/workflows/run-tests.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue