Skip to content

Commit

Permalink
Add tmt tests as packit action
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos committed Nov 9, 2023
1 parent 419fed5 commit 86a78f0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@ jobs:
dist_git_branches:
- fedora-39
- fedora-38 # rawhide updates are created automatically
- job: copr_build
trigger: pull_request
targets:
- fedora-all
- job: tests
trigger: pull_request
targets:
- fedora-all
fmf_url: https://github.com/rpm-software-management/ci-dnf-stack.git
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ repos:
rev: v1.2.0
hooks:
- id: validate-config
- repo: https://github.com/teemtee/tmt.git
rev: 1.26.0
hooks:
- id: tmt-lint

0 comments on commit 86a78f0

Please sign in to comment.