Skip to content

Commit

Permalink
Update pull-requests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Nov 5, 2023
1 parent 5696ed8 commit 0980326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: VeryGoodOpenSource/very_good_coverage@v2
with:
path: "./coverage/lcov.info"
min_coverage: 91.0
min_coverage: 95.0
Graphql-Inspector:
name: Runs Introspection on the github talawa-api repo on the schema.graphql file
runs-on: ubuntu-latest
Expand All @@ -79,4 +79,4 @@ jobs:
run: git clone https://github.com/PalisadoesFoundation/talawa-api && ls -a

- name: Validate Documents
run: graphql-inspector validate './src/GraphQl/**/*.ts' './talawa-api/schema.graphql'
run: graphql-inspector validate './src/GraphQl/**/*.ts' './talawa-api/schema.graphql'

0 comments on commit 0980326

Please sign in to comment.