Skip to content

Commit

Permalink
Install docker compose in oidc conformance suite
Browse files Browse the repository at this point in the history
  • Loading branch information
madurangasiriwardena authored Sep 10, 2024
1 parent 29746fd commit a5153d8
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 a5153d8

Please sign in to comment.