Browse Source

Run integration tests on E2E changes, ensures correct coverage values

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/7716/head
Derek Nola 1 year ago
parent
commit
1e73bb8967
  1. 1
      .github/workflows/integration.yaml

1
.github/workflows/integration.yaml

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

Loading…
Cancel
Save