File tree 1 file changed +1
-10
lines changed 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
- build
128
128
- runner-indexes
129
129
container :
130
- image : mrkostin/maven:3.6.0-alpine-git-curl-jq # ruinning the job in a container - mrkostin/maven:3.6.0-alpine-git-curl-jq
130
+ image : ghcr.io/tsviz/tsviz_docker_image:1
131
131
services :
132
132
# postgres service container
133
133
postgres : # service name - postgres. This name is used to access the service container from the job container as the host name.
@@ -155,15 +155,6 @@ jobs:
155
155
steps :
156
156
- name : Checkout repository # checkout the repository
157
157
158
- - name : Install Node.js using NVM
159
- run : |
160
- wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
161
- export NVM_DIR="$HOME/.nvm"
162
- [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
163
- nvm install 14
164
- nvm use 14
165
- node -v
166
- npm -v
167
158
# caching the maven packages to speed up the build process.
168
159
# Link to the documentation - https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows
169
160
- name : Cache Maven packages
You can’t perform that action at this time.
0 commit comments