Skip to content

Commit

Permalink
CI: Adding removal of skopeo
Browse files Browse the repository at this point in the history
  • Loading branch information
waja committed Jan 5, 2024
1 parent 37027eb commit e4bbe94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e4bbe94

Please sign in to comment.