Skip to content

Commit af53758

Browse files
committed
Added Set up Docker Compose step to fix CI failure. Context(actions/runner-images#11766 (comment))
1 parent 88f910f commit af53758

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pr-proxy-tests.yml

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
with:
2424
java-version: 17
2525

26+
- name: Set up Docker Compose
27+
uses: docker/setup-compose-action@v1
28+
with:
29+
version: latest
30+
2631
- name: Start and init the oauth server
2732
run: ./ci/init_hydra_oauth_server.sh
2833
timeout-minutes: 5

0 commit comments

Comments
 (0)