forked from waja/action-debian-package
CI: Adding removal of skopeo
This commit is contained in:
parent
37027eb435
commit
e4bbe94be9
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -54,6 +54,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Clone repo
|
||||
run: git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}}
|
||||
- name: Remove skopeo (for testing installation)
|
||||
run: sudo rm -f $(which skopeo)
|
||||
- name: Test run
|
||||
uses: ./
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue