You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
re-use already built images (conditional --build flag on docker-compose)
address original review comments
GH Actions:
update integration Actions workflow
provide GitHub token through an env variable
Misc:
add printing a list of running containers and network info
update README
Optional:
wait for specific log lines in compose containers
In the current setup, running integration tests requires a docker-compose network to be started beforehand. This external dependency introduces unnecessary complexity to the test flow.
This can be simplified by managing docker-compose by the test harness runner itself (see test integration workflow for steps which are performed before a test run).
The text was updated successfully, but these errors were encountered:
Subtasks:
Compose:
docker-compose
--build
flag ondocker-compose
)GH Actions:
integration
Actions workflowMisc:
Optional:
In the current setup, running integration tests requires a
docker-compose
network to be started beforehand. This external dependency introduces unnecessary complexity to the test flow.This can be simplified by managing
docker-compose
by the test harness runner itself (see test integration workflow for steps which are performed before a test run).The text was updated successfully, but these errors were encountered: