Compare commits

...

2 commits

Author SHA1 Message Date
Jan Wagner 73d7499998 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 34s
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 3m23s
Test Action / test (arm, -v, false, at, debian/3.2.2-1, https://salsa.debian.org/debian/at.git) (push) Failing after 35s
Test Action / test (arm, -v, iproute2, import/4.18.0-1ubuntu2_ubuntu18.04.1, https://git.launchpad.net/ubuntu/+source/iproute2) (push) Failing after 35s
Test Action / test (arm64, -v, deber, v1.0.0, https://github.com/dawidd6/deber.git) (push) Failing after 34s
Test Action / test (arm64, -v, lolcat, debian/100.0.1-2, https://salsa.debian.org/ruby-team/lolcat.git) (push) Failing after 36s
Test Action / test (arm64, -v, netcat-openbsd, import/1.206-1ubuntu1, https://git.launchpad.net/ubuntu/+source/netcat-openbsd) (push) Failing after 37s
2024-01-04 20:14:54 +01:00
Jan Wagner cf22008001 Adding workflow_dispatch
Some checks failed
Test Action / test (amd64, -v, dropbear, debian/2016.74-5+deb9u1, https://salsa.debian.org/debian/dropbear.git) (push) Failing after 23s
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 16s
Test Action / test (arm, -v, false, at, debian/3.2.2-1, https://salsa.debian.org/debian/at.git) (push) Failing after 17s
Test Action / test (arm, -v, iproute2, import/4.18.0-1ubuntu2_ubuntu18.04.1, https://git.launchpad.net/ubuntu/+source/iproute2) (push) Failing after 21s
Test Action / test (arm64, -v, deber, v1.0.0, https://github.com/dawidd6/deber.git) (push) Failing after 20s
Test Action / test (arm64, -v, lolcat, debian/100.0.1-2, https://salsa.debian.org/ruby-team/lolcat.git) (push) Failing after 20s
Test Action / test (arm64, -v, netcat-openbsd, import/1.206-1ubuntu1, https://git.launchpad.net/ubuntu/+source/netcat-openbsd) (push) Failing after 20s
2024-01-04 19:33:10 +01:00

View file

@ -1,6 +1,7 @@
name: Test Action
on:
workflow_dispatch:
push:
branches:
- master
@ -54,6 +55,9 @@ 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: |
which skopeo || (apt update; apt -y install skopeo)
- name: Test run
uses: ./
with: