We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d913147 commit 4951f54Copy full SHA for 4951f54
.github/workflows/build.yml
@@ -101,7 +101,7 @@ jobs:
101
- name: Docker test
102
shell: bash
103
run: |
104
- docker run --rm -it -d --memory="1g" -h openam.example.org --name=test localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}
+ docker run --rm -it -d --memory="2g" -h openam.example.org --name=test localhost:5000/${GITHUB_REPOSITORY,,}:${{ env.release_version }}
105
timeout 3m bash -c 'until docker inspect --format="{{json .State.Health.Status}}" test | grep -q \"healthy\"; do sleep 10; done'
106
docker exec -w '/usr/openam/ssoconfiguratortools' test bash -c \
107
'echo "ACCEPT_LICENSES=true
0 commit comments