Skip to content

Commit

Permalink
feat: add 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 a23ef75 commit 05ff884
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ebsictv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
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
echo "theurl"
echo $NGROK_URL
curl --retry 5 --retry-delay 5 --retry-connrefused "${NGROK_URL}/.well-known/openid-configuration"
- name: Execute test scripts
Expand Down

0 comments on commit 05ff884

Please sign in to comment.