File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
- build
130
130
- runner-indexes
131
131
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
133
133
services :
134
134
# postgres service container
135
135
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:
165
165
path : /root/.m2 # path to cache
166
166
key : ${{ runner.os }}-junit-${{ hashFiles('**/pom.xml') }} # key for restoring and saving the cache
167
167
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
+
173
169
# In this step, we are downloading the latest artifact from the build job and storing it in the container
174
170
- name : Download and unzip all test results artifacts
175
171
run : |
You can’t perform that action at this time.
0 commit comments