Skip to content

Commit

Permalink
Support multiple actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Nov 3, 2020
1 parent 4aed947 commit 3f763ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/graphql-inspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ jobs:
- name: GraphQL Inspector (V1)
uses: kamilkisiela/graphql-inspector@master
with:
name: 'GraphQL Inspector - Schema v1'
github-token: ${{ secrets.GITHUB_TOKEN }}
schema: 'master:server/graphql/schemaV1.graphql'
fail-on-breaking: false
annotations: false
- name: GraphQL Inspector (V2)
uses: kamilkisiela/graphql-inspector@master
with:
name: 'GraphQL Inspector - Schema v2'
github-token: ${{ secrets.GITHUB_TOKEN }}
schema: 'master:server/graphql/schemaV2.graphql'
fail-on-breaking: false
Expand Down

0 comments on commit 3f763ed

Please sign in to comment.