Skip to content

Commit

Permalink
feat: checks for 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 ae45aeb commit d2a4466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ebsictv3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
ISSUER_URL=$(curl --retry 5 --retry-delay 5 --retry-connrefused http://localhost:7002/draft11/.well-known/openid-credential-issuer | jq -r '.issuer')
if [[ "ISSUER_URL" == "${NGROK_URL}/draft11" ]]; then
if [[ "$ISSUER_URL" == "${NGROK_URL}/draft11" ]]; then
echo "Issuer is valid: $result"
else
echo -e "\nIssuer is invalid (matches forbidden value): $ISSUER_URL" and "${NGROK_URL}/draft11"
Expand Down

0 comments on commit d2a4466

Please sign in to comment.