Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Aug 22, 2024
1 parent 8310c06 commit ab96775
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -30,8 +30,6 @@ jobs:
with:
python-version: "3.12"
cache: "poetry"
- name: Initialize Docker Compose
uses: isbang/[email protected]
- name: Request GitHub API for PR data
uses: octokit/[email protected]
env:
Expand All @@ -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

0 comments on commit ab96775

Please sign in to comment.