Skip to content

Commit

Permalink
chore: update container image version to v2.0.0 in ci.yml - this vers…
Browse files Browse the repository at this point in the history
…ion contains zip/unzip utility
  • Loading branch information
tsviz committed Oct 30, 2024
1 parent bb3286e commit 470de8d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 470de8d

Please sign in to comment.