Skip to content

Commit

Permalink
Add building the user-federation-example in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuster <[email protected]>
  • Loading branch information
sschu committed Feb 2, 2025
1 parent 04c73e1 commit 7a88551
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ jobs:
terraform_wrapper: false
terraform_version: 1.9.8

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Build user-federation-example with Gradle
run: make user-federation-example

- name: Start Keycloak Container
run: |
docker run -d --name keycloak \
Expand Down

0 comments on commit 7a88551

Please sign in to comment.