workflows: remove tar
This commit is contained in:
parent
a4de79d970
commit
1a586e8d54
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -13,7 +13,6 @@ jobs:
|
||||||
- termshark
|
- termshark
|
||||||
- deber
|
- deber
|
||||||
- lazygit
|
- lazygit
|
||||||
- tar
|
|
||||||
- busybox
|
- busybox
|
||||||
include:
|
include:
|
||||||
- package: openssl
|
- package: openssl
|
||||||
|
@ -31,9 +30,6 @@ jobs:
|
||||||
- package: lazygit
|
- package: lazygit
|
||||||
repo: https://github.com/dawidd6/lazygit-debian.git
|
repo: https://github.com/dawidd6/lazygit-debian.git
|
||||||
ref: ubuntu/0.16.2-1
|
ref: ubuntu/0.16.2-1
|
||||||
- package: tar
|
|
||||||
repo: https://git.launchpad.net/ubuntu/+source/tar
|
|
||||||
ref: ubuntu/bionic-updates
|
|
||||||
- package: busybox
|
- package: busybox
|
||||||
repo: https://git.launchpad.net/ubuntu/+source/busybox
|
repo: https://git.launchpad.net/ubuntu/+source/busybox
|
||||||
ref: ubuntu/focal
|
ref: ubuntu/focal
|
||||||
|
@ -42,7 +38,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: |
|
run: |
|
||||||
git clone ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}}
|
git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}}
|
||||||
- name: Test run
|
- name: Test run
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue