Skip to content

Commit

Permalink
Merge pull request Smile-SA#3071 from rbayet/feat-integ-workflow-test…
Browse files Browse the repository at this point in the history
…-rest-schema

[Integration] Add REST schema generation step
  • Loading branch information
rbayet authored Oct 3, 2023
2 parents 382285a + 7e33ca0 commit c47fa9c
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 @@ -366,6 +366,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 c47fa9c

Please sign in to comment.