Skip to content

Commit dde68a8

Browse files
Try build before test
Signed-off-by: Frantisek Lachman <[email protected]>
1 parent 6f33bcd commit dde68a8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.packit.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,16 @@ jobs:
2323
targets:
2424
- fedora-stable
2525

26+
- job: copr_build
27+
trigger: pull_request
28+
targets:
29+
- fedora-37
30+
- fedora-38
31+
2632
- job: tests
2733
trigger: pull_request
2834
targets:
2935
- fedora-37
30-
skip_build: true
3136
tf_extra_params:
3237
environments:
3338
- os: null

plans/test.fmf

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
prepare:
33
how: install
44
package:
5-
- packit
5+
- git
66

77
execute:
88
how: tmt
99
script:
1010
- env
1111
- sh -c "echo $container"
12-
- packit status https://github.com/packit/packit.git
12+
- dnf -qv hello
13+
- hello world!
1314

1415
provision:
1516
how: container

0 commit comments

Comments
 (0)