Run integration tests on E2E changes, ensures correct coverage values

Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
Derek Nola
2023-06-08 08:49:11 -07:00
parent 8f9502233a
commit 1e73bb8967

View File

@@ -16,6 +16,7 @@ on:
- "install.sh"
- "tests/**"
- "!tests/integration**"
- "!tests/e2e**"
- ".github/**"
- "!.github/workflows/integration.yaml"
workflow_dispatch: {}