-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update container image version to v2.0.0 in ci.yml - this vers…
…ion contains zip/unzip utility
- Loading branch information
Showing
1 changed file
with
2 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,7 +129,7 @@ jobs: | |
- build | ||
- runner-indexes | ||
container: | ||
image: ghcr.io/tsviz/tsvi-spring-test:v1.0.0 # using the base maven:3.8.7-openjdk-18 image + jq + curl + nodejs 18 | ||
image: ghcr.io/tsviz/tsvi-spring-test:v2.0.0 # using the base maven:3.8.7-openjdk-18 image + jq + curl + nodejs 18 | ||
services: | ||
# postgres service container | ||
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: | |
path: /root/.m2 # path to cache | ||
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: action-zip | ||
uses: montudor/[email protected] | ||
|
||
|
||
|
||
# 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 | ||
run: | | ||
|