Skip to content

Commit

Permalink
Try build before test
Browse files Browse the repository at this point in the history
Signed-off-by: Frantisek Lachman <[email protected]>
  • Loading branch information
lachmanfrantisek committed Jun 26, 2023
1 parent 6f33bcd commit 019cb06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions plans/test.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -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
- rpm -qv hello
- hello world!

provision:
how: container
Expand Down

0 comments on commit 019cb06

Please sign in to comment.