Skip to content

Commit

Permalink
ci(schema): fix GraphQL schema tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Apr 19, 2024
1 parent f937837 commit 75320d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ jobs:
outputs:
OPENAPI_STATUS: ${{ steps.schema-update.outputs.openapi_status }}
OPENAPI_DIFF_FILE: ${{ steps.schema-update.outputs.openapi_diff_file }}
# GRAPHQL_STATUS: ${{ steps.schema-update.outputs.graphql_status }}
# GRAPHQL_DIFF_FILE: ${{ steps.schema-update.outputs.graphql_diff_file }}
GRAPHQL_STATUS: ${{ steps.schema-update.outputs.graphql_status }}
GRAPHQL_DIFF_FILE: ${{ steps.schema-update.outputs.graphql_diff_file }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 75320d2

Please sign in to comment.