Skip to content

Commit

Permalink
Merge branch 'schema-tracking'
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Mar 20, 2024
2 parents 24f0404 + 47a3538 commit e637c95
Show file tree
Hide file tree
Showing 3 changed files with 1,803 additions and 1,807 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,10 @@ jobs:
bash /home/runner/work/cryostat3/cryostat3/schema/update.bash
set +e
git diff -U10 --exit-code /home/runner/work/cryostat3/cryostat3/schema/openapi.yaml > /home/runner/work/openapi.diff
openapi_status=$?
echo "openapi_status=$openapi_status" >> "$GITHUB_OUTPUT"
echo "openapi_status=$?" >> "$GITHUB_OUTPUT"
echo "openapi_diff_file=openapi.diff" >> "$GITHUB_OUTPUT"
git diff -U10 --exit-code /home/runner/work/cryostat3/cryostat3/schema/schema.graphql > /home/runner/work/graphql.diff
echo "graphql_status=$graphql_status" >> "$GITHUB_OUTPUT"
echo "graphql_status=$?" >> "$GITHUB_OUTPUT"
echo "graphql_diff_file=graphql.diff" >> "$GITHUB_OUTPUT"
- uses: actions/upload-artifact@v3
with:
Expand Down
Loading

0 comments on commit e637c95

Please sign in to comment.