forked from waja/action-debian-package
workflows: test sources changes
This commit is contained in:
parent
891515d3c4
commit
df173bea8c
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- deber
|
||||
- lazygit
|
||||
- tar
|
||||
- dpatch
|
||||
- busybox
|
||||
include:
|
||||
- package: openssl
|
||||
repo: https://salsa.debian.org/debian/openssl.git
|
||||
|
@ -33,10 +33,10 @@ jobs:
|
|||
ref: ubuntu/0.16.2-1
|
||||
- package: tar
|
||||
repo: https://git.launchpad.net/ubuntu/+source/tar
|
||||
ref: ubuntu/bionic-updates
|
||||
- package: busybox
|
||||
repo: https://git.launchpad.net/ubuntu/+source/busybox
|
||||
ref: ubuntu/focal
|
||||
- package: dpatch
|
||||
repo: https://git.launchpad.net/ubuntu/+source/dpatch
|
||||
ref: ubuntu/bionic
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue