diff --git a/.packit.yaml b/.packit.yaml index df305255..d23e759f 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -23,11 +23,16 @@ jobs: targets: - fedora-stable +- job: copr_build + trigger: pull_request + targets: + - fedora-37 + - fedora-38 + - job: tests trigger: pull_request targets: - fedora-37 - skip_build: true tf_extra_params: environments: - os: null diff --git a/plans/test.fmf b/plans/test.fmf index d4962da9..712b7d29 100644 --- a/plans/test.fmf +++ b/plans/test.fmf @@ -2,14 +2,15 @@ prepare: how: install package: - - packit + - git execute: how: tmt script: - env - sh -c "echo $container" - - packit status https://github.com/packit/packit.git + - dnf -qv hello + - hello world! provision: how: container