Skip to content

Commit

Permalink
chore: replace unzip installation with action-zip in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Oct 30, 2024
1 parent 9e32bc0 commit bb3286e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,9 @@ jobs:
key: ${{ runner.os }}-junit-${{ hashFiles('**/pom.xml') }} # key for restoring and saving the cache
restore-keys: ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found

- name: Install unzip
run: apt update && sudo apt install -y unzip
- name: action-zip
uses: montudor/action-zip@v1.0.0


# In this step, we are downloading the latest artifact from the build job and storing it in the container
- name: Download and unzip all test results artifacts
Expand Down

0 comments on commit bb3286e

Please sign in to comment.