Skip to content

Commit 88229c4

Browse files
committed
Test: github actions
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 6dfa956 commit 88229c4

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/scenario-integration-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ jobs:
6060
cache: "poetry"
6161
- name: Run Scenario Tests
6262
if: steps.check-if-scenarios-or-src-changed.outputs.run_tests != 'false'
63-
run: |
64-
# Build the docker image for testing
65-
docker build -t acapy-test -f docker/Dockerfile.run .
66-
set -e # Fail fast
67-
for compose_file in $(find scenarios -name 'docker-compose.yml'); do
68-
echo "Running tests for: $compose_file"
69-
docker compose -f "$compose_file" up --build --abort-on-container-exit --exit-code-from example
70-
docker compose -f "$compose_file" down -v
71-
done
7263
run: |
7364
set -euo pipefail
7465

0 commit comments

Comments
 (0)