Skip to content

Commit

Permalink
Merge branch '2.10.x' into 2.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rbayet committed Oct 3, 2023
2 parents 6bb83b2 + c47fa9c commit fbb54fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/20-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,11 @@ jobs:
exit 2;
fi;
- name: "[Test] Rest : Schema"
run: |
echo "==> Testing Rest Schema..."
curl -i -X GET http://localhost/rest/all/schema?services=all
- name: "[Test] GraphQl : Schema"
run: |
echo "==> Testing GraphQL Schema..."
Expand Down

0 comments on commit fbb54fc

Please sign in to comment.