Adding installation of skopeo
Some checks failed
Test Action / test (amd64, -v, dropbear, debian/2016.74-5+deb9u1, https://salsa.debian.org/debian/dropbear.git) (push) Failing after 42s
Test Action / test (amd64, -v, true, micro, debian/2.0.6-2_bpo10+1, https://salsa.debian.org/go-team/packages/micro.git) (push) Failing after 3m32s
Test Action / test (arm, -v, false, at, debian/3.2.2-1, https://salsa.debian.org/debian/at.git) (push) Failing after 44s
Test Action / test (arm, -v, iproute2, import/4.18.0-1ubuntu2_ubuntu18.04.1, https://git.launchpad.net/ubuntu/+source/iproute2) (push) Failing after 42s
Test Action / test (arm64, -v, deber, v1.0.0, https://github.com/dawidd6/deber.git) (push) Failing after 44s
Test Action / test (arm64, -v, lolcat, debian/100.0.1-2, https://salsa.debian.org/ruby-team/lolcat.git) (push) Failing after 35s
Test Action / test (arm64, -v, netcat-openbsd, import/1.206-1ubuntu1, https://git.launchpad.net/ubuntu/+source/netcat-openbsd) (push) Failing after 43s
Some checks failed
Test Action / test (amd64, -v, dropbear, debian/2016.74-5+deb9u1, https://salsa.debian.org/debian/dropbear.git) (push) Failing after 42s
Test Action / test (amd64, -v, true, micro, debian/2.0.6-2_bpo10+1, https://salsa.debian.org/go-team/packages/micro.git) (push) Failing after 3m32s
Test Action / test (arm, -v, false, at, debian/3.2.2-1, https://salsa.debian.org/debian/at.git) (push) Failing after 44s
Test Action / test (arm, -v, iproute2, import/4.18.0-1ubuntu2_ubuntu18.04.1, https://git.launchpad.net/ubuntu/+source/iproute2) (push) Failing after 42s
Test Action / test (arm64, -v, deber, v1.0.0, https://github.com/dawidd6/deber.git) (push) Failing after 44s
Test Action / test (arm64, -v, lolcat, debian/100.0.1-2, https://salsa.debian.org/ruby-team/lolcat.git) (push) Failing after 35s
Test Action / test (arm64, -v, netcat-openbsd, import/1.206-1ubuntu1, https://git.launchpad.net/ubuntu/+source/netcat-openbsd) (push) Failing after 43s
This commit is contained in:
parent
cf22008001
commit
7a3f0f3085
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -55,6 +55,10 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Clone repo
|
||||
run: git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}}
|
||||
- name: Prepare environment for action-debian-package
|
||||
run: |
|
||||
apt update
|
||||
apt -y install skopeo
|
||||
- name: Test run
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue