Skip to content
Snippets Groups Projects
Commit e7f7e5d1 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'unit-test-include-rules' into 'main'

Add include rules for unit tests

See merge request components/opentofu!5
parents 864078fd b656f98a
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,13 @@ workflow:
include:
- local: tests/unit.gitlab-ci.yml
rules:
- changes:
- src/gitlab-tofu.sh
- Dockerfile
- .gitlab-ci.yml
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- local: tests/integration.gitlab-ci.yml
- component: gitlab.com/components/container-scanning/container-scanning@1.0
inputs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment