From ab96775f958fbdf39fb60c992e829b8addcdfdbb Mon Sep 17 00:00:00 2001 From: jamshale Date: Thu, 22 Aug 2024 17:51:02 +0000 Subject: [PATCH] WIP Signed-off-by: jamshale --- .github/workflows/integration-tests.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c057e5fd0a..537633d139 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -16,7 +16,7 @@ defaults: jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest if: (github.event_name == 'pull_request' && github.event.pull_request.draft == false && github.repository == 'jamshale/aries-cloudagent-python') || (github.event_name != 'pull_request') steps: - name: checkout-acapy @@ -30,8 +30,6 @@ jobs: with: python-version: "3.12" cache: "poetry" - - name: Initialize Docker Compose - uses: isbang/compose-action@v1.5.1 - name: Request GitHub API for PR data uses: octokit/request-action@v2.x env: @@ -45,5 +43,5 @@ jobs: docker build -t acapy-test -f docker/Dockerfile.run . cd integration-tests poetry install --no-root - docker-compose + docker compose # poetry run pytest -m examples