Skip to content

Commit 425af9a

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

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
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+
- hello world!
1313

1414
provision:
1515
how: container

0 commit comments

Comments
 (0)