Add Forgejo job to run tests
This commit is contained in:
parent
f7bcc53be9
commit
d7bf37c5ff
1 changed files with 18 additions and 0 deletions
18
.forgejo/workflows/test.yml
Normal file
18
.forgejo/workflows/test.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
push:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: podman
|
||||
container:
|
||||
image: quay.io/fedora/fedora:43
|
||||
steps:
|
||||
- run: dnf install hatch cairo-devel cairo-gobject-devel gobject-introspection-devel pkgconf-pkg-config python3-devel -y
|
||||
- uses: actions/checkout@v6
|
||||
- run: hatch test
|
||||
working-directory: fedora-image-tester
|
||||
- run: hatch test
|
||||
working-directory: fedora-image-uploader
|
||||
- run: hatch test
|
||||
working-directory: fedora-image-uploader-messages
|
||||
Loading…
Add table
Add a link
Reference in a new issue