File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments