Skip to content

Commit

Permalink
Fix redis events integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <jamiehalebc@gmail.com>
  • Loading branch information
jamshale committed Nov 10, 2023
1 parent 1e8f3db commit eb2194a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ jobs:
echo "Running integration tests for $dir"
cd $dir/integration
docker compose build
docker compose up --exit-code-from tests
docker compose run tests
cd ../..
done
8 changes: 6 additions & 2 deletions redis_events/integration/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,9 @@ services:

networks:
acapy_default:
external: true
name: acapy_default
driver: bridge
ipam:
driver: default
config:
- subnet: 172.28.0.0/24
gateway: 172.28.0.1

0 comments on commit eb2194a

Please sign in to comment.