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
|
uses: actions/checkout@v4
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}}
|
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
|
- name: Test run
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue