Compare commits
3 commits
9e4b216ef0
...
00af6a2b37
| Author | SHA1 | Date | |
|---|---|---|---|
|
00af6a2b37 |
|||
|
ace0e915ec |
|||
|
8d174f03bd |
2 changed files with 5 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: Standard CI tests
|
||||
name: CI
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
|
@ -7,7 +7,8 @@ on:
|
|||
- master
|
||||
- main
|
||||
- released
|
||||
enable-email-notifications: true
|
||||
jobs:
|
||||
CI:
|
||||
name: Packaging test - All supported platforms
|
||||
uses: ci/workflows/.github/workflows/test-packaging.yaml@master
|
||||
name: Packaging test
|
||||
uses: ci/workflows/.github/workflows/test-packaging.yaml@master-test
|
||||
|
|
@ -36,7 +36,7 @@ build = realpath
|
|||
|
||||
[pkg.requires.suse]
|
||||
run = python3
|
||||
release = rpmbuild, python3-base, python3-pyright
|
||||
release = rpmbuild, python3-base
|
||||
|
||||
[pkg.requires.debian]
|
||||
run = python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue