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
|
- deber
|
||||||
- lazygit
|
- lazygit
|
||||||
- tar
|
- tar
|
||||||
- dpatch
|
- busybox
|
||||||
include:
|
include:
|
||||||
- package: openssl
|
- package: openssl
|
||||||
repo: https://salsa.debian.org/debian/openssl.git
|
repo: https://salsa.debian.org/debian/openssl.git
|
||||||
|
@ -33,10 +33,10 @@ jobs:
|
||||||
ref: ubuntu/0.16.2-1
|
ref: ubuntu/0.16.2-1
|
||||||
- package: tar
|
- package: tar
|
||||||
repo: https://git.launchpad.net/ubuntu/+source/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
|
ref: ubuntu/focal
|
||||||
- package: dpatch
|
|
||||||
repo: https://git.launchpad.net/ubuntu/+source/dpatch
|
|
||||||
ref: ubuntu/bionic
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue