Skip to content

Commit

Permalink
Might as well fix it for CircleCI too
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Jun 22, 2024
1 parent 489f390 commit bfc513a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bin/run_integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ while test "true" != "$(docker inspect -f {{.State.Running}} autograph-monitor-h
done

# exec in containers to workaround https://circleci.com/docs/2.0/building-docker-images/#accessing-services
docker compose exec monitor-lambda-emulator "/usr/local/bin/test_monitor.sh"
docker compose logs monitor-lambda-emulator
docker compose exec monitor-hsm-lambda-emulator "/usr/local/bin/test_monitor.sh"
docker compose logs monitor-hsm-lambda-emulator
docker compose exec monitor-lambda-emulator "/app/src/autograph/tools/autograph-client/integration_test_monitor.sh"
docker compose exec monitor-hsm-lambda-emulator "/app/src/autograph/tools/autograph-client/integration_test_monitor.sh"

echo "checking read-only API"
# user bob doesn't exist in the softhsm config
Expand Down

0 comments on commit bfc513a

Please sign in to comment.