From 926b9dcfea126e33b29252024a0c93909af9abbf Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Wed, 21 Aug 2024 12:37:05 -0400 Subject: [PATCH] feat(compliance): add docker compose to path --- .github/workflows/compliance.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compliance.yaml b/.github/workflows/compliance.yaml index f0e58712d..39c688124 100644 --- a/.github/workflows/compliance.yaml +++ b/.github/workflows/compliance.yaml @@ -13,13 +13,16 @@ jobs: - run: pip install jq yq - run: sudo apt install -y libxml2-utils - - name: Checkout Rundler uses: actions/checkout@v4 with: path: rundler submodules: recursive + - uses: KengoTODA/actions-setup-docker-compose@v1 + with: + version: '2.14.2' + - name: Clone Test Executor uses: actions/checkout@v4 with: