We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e32bc0 commit bb3286eCopy full SHA for bb3286e
.github/workflows/ci.yml
@@ -166,8 +166,9 @@ jobs:
166
key: ${{ runner.os }}-junit-${{ hashFiles('**/pom.xml') }} # key for restoring and saving the cache
167
restore-keys: ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found
168
169
- - name: Install unzip
170
- run: apt update && sudo apt install -y unzip
+ - name: action-zip
+ uses: montudor/[email protected]
171
+
172
173
# In this step, we are downloading the latest artifact from the build job and storing it in the container
174
- name: Download and unzip all test results artifacts
0 commit comments