Skip to content

Commit

Permalink
Merge pull request #21085 from wso2/madurangasiriwardena-patch-1
Browse files Browse the repository at this point in the history
Install docker compose in oidc conformance suite
  • Loading branch information
madurangasiriwardena committed Sep 10, 2024
2 parents 29746fd + a5153d8 commit 7c67bf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/oidc-conformance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ jobs:
with:
java-version: 17
distribution: temurin

- name: Install Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/$(curl -s https://api.github.com/repos/docker/compose/releases/latest | jq -r .tag_name)/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
docker-compose --version
- name: Run Conformance Suite
run: |
Expand Down

0 comments on commit 7c67bf6

Please sign in to comment.