Skip to content

Commit

Permalink
Merge branch 'correctToast' of https://github.com/skbhagat0502/talawa…
Browse files Browse the repository at this point in the history
…-admin into correctToast
  • Loading branch information
skbhagat0502 committed Nov 9, 2023
2 parents 5dc00f1 + 259bd31 commit 1d840fe
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 1d840fe

Please sign in to comment.