File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 - name : Docker test
102102 shell : bash
103103 run : |
104- docker run --rm -it -d --memory="1g " -h openam.example.org --name=test localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}
104+ docker run --rm -it -d --memory="2g " -h openam.example.org --name=test localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}
105105 timeout 3m bash -c 'until docker inspect --format="{{json .State.Health.Status}}" test | grep -q \"healthy\"; do sleep 10; done'
106106 docker exec -w '/usr/openam/ssoconfiguratortools' test bash -c \
107107 'echo "ACCEPT_LICENSES=true
@@ -173,7 +173,7 @@ jobs:
173173 - name : Docker test
174174 shell : bash
175175 run : |
176- docker run --rm -it -d --memory="1g " -h openam.example.org --name=test localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}-alpine
176+ docker run --rm -it -d --memory="2g " -h openam.example.org --name=test localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}-alpine
177177 timeout 3m bash -c 'until docker inspect --format="{{json .State.Health.Status}}" test | grep -q \"healthy\"; do sleep 10; done'
178178 docker exec -w '/usr/openam/ssoconfiguratortools' test bash -c \
179179 'echo "ACCEPT_LICENSES=true
You can’t perform that action at this time.
0 commit comments