From e4bbe94be9c3492104b004f5897f9e064602afb6 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Fri, 5 Jan 2024 21:53:54 +0100 Subject: [PATCH] CI: Adding removal of skopeo --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2637e5f..ef5a77c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: