Skip to content

Commit 470de8d

Browse files
committedOct 30, 2024
chore: update container image version to v2.0.0 in ci.yml - this version contains zip/unzip utility
1 parent bb3286e commit 470de8d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
 

‎.github/workflows/ci.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- build
130130
- runner-indexes
131131
container:
132-
image: ghcr.io/tsviz/tsvi-spring-test:v1.0.0 # using the base maven:3.8.7-openjdk-18 image + jq + curl + nodejs 18
132+
image: ghcr.io/tsviz/tsvi-spring-test:v2.0.0 # using the base maven:3.8.7-openjdk-18 image + jq + curl + nodejs 18
133133
services:
134134
# postgres service container
135135
postgres: # service name - postgres. This name is used to access the service container from the job container as the host name.
@@ -165,11 +165,7 @@ jobs:
165165
path: /root/.m2 # path to cache
166166
key: ${{ runner.os }}-junit-${{ hashFiles('**/pom.xml') }} # key for restoring and saving the cache
167167
restore-keys: ${{ runner.os }}-junit- # key for restoring the cache if no exact match is found
168-
169-
- name: action-zip
170-
uses: montudor/action-zip@v1.0.0
171-
172-
168+
173169
# In this step, we are downloading the latest artifact from the build job and storing it in the container
174170
- name: Download and unzip all test results artifacts
175171
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.