Skip to content

Commit

Permalink
feat: clean up github action for EBSI Issuance CT tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chsavvaidis committed Dec 31, 2024
1 parent 36ff513 commit 69b6a84
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ebsictv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ jobs:
docker build -t waltid/issuer-api:latest -f waltid-services/waltid-issuer-api/Dockerfile .
docker run --net=host -d -p 7002:7002 -v $PWD/waltid-services/waltid-issuer-api/config:/waltid-issuer-api/config --name waltid-issuer-api waltid/issuer-api:latest
sleep 5s
curl "${NGROK_URL}/livez"
curl --retry 5 --retry-delay 5 --retry-connrefused "${NGROK_URL}/livez"
- name: Execute test scripts
env:
Expand Down

0 comments on commit 69b6a84

Please sign in to comment.