Skip to content

ElodieFZ/tests_docker

Repository files navigation

Test Status Coverage Status Coverage Status

Github workflow using Docker

For a random action

Uses:

  • GitHub workflow file: .github/workflows/main.yml
  • an action file in the root directory of the repo: action.yaml
  • a Dockerfile in the root directory of the repo: Dockerfile
  • the script to run within a Docker container, when the GitHub workflow is called: entrypoint.sh

Hints:

  • uses: ./ in the GitHub workflow file means to use an action in the root directory of the repo. An action is a file named action.yaml.

To perform unittests

Uses:

  • GitHub workflow file: .github/workflows/tests.yml
  • a Dockerfile in the root directory of the repo: Dockerfile.unittests
  • a Docker Compose in the root directory of the repo: docker-compose.unittests.yml (to describe the environment where the Docker container will run?)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published