Skip to content

Unit tests only run in up-dev mode #1

@nickdecooman

Description

@nickdecooman

Unit-tests only run when the project is running in dev mode in the background. That is because the test.sh uses docker exec which assumes the container to be already running.

A more advanced test.sh should be implemented that can distinct between docker exec and docker run in case the container is not running.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions