File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 version :
1212 uses : walt-id/waltid-identity/.github/workflows/version.yml@6f15f719a6820cf631bce0399a89b3f060302d3d
1313 gradle-build :
14- uses : walt-id/waltid-identity/.github/workflows/gradle.yml@3953e60730aeeb1d918bdf24318a1fcf9d180830
14+ uses : walt-id/waltid-identity/.github/workflows/gradle.yml@354260aebde1a117cb35e4dffaecaa67a0182eae
1515 secrets : inherit
1616 needs : version
1717 with :
Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ jobs:
5353 fi
5454
5555 echo "url=$TUNNEL_URL" >> $GITHUB_OUTPUT
56- - name : Replace URLs in Kotlin test
57- if : ${{ steps.tunnel.outputs.url != '' }}
58- run : |
59- FILE="./waltid-identity/waltid-services/waltid-openid4vp-conformance-runners/src/test/kotlin/id/walt/openid4vp/conformance/ConformanceTests.kt"
60- sed -i \
61- -e "s#https://verifier2.localhost/verification-session#${{ steps.tunnel.outputs.url }}/verification-session#g" \
62- -e "s#localhost.emobix.co.uk#conformance.waltid.cloud#g" \
63- -e "s#8443#443#g" \
64- "$FILE"
56+ # - name: Replace URLs in Kotlin test
57+ # if: ${{ steps.tunnel.outputs.url != '' }}
58+ # run: |
59+ # FILE="./waltid-identity/waltid-services/waltid-openid4vp-conformance-runners/src/test/kotlin/id/walt/openid4vp/conformance/ConformanceTests.kt"
60+ # sed -i \
61+ # -e "s#https://verifier2.localhost/verification-session#${{ steps.tunnel.outputs.url }}/verification-session#g" \
62+ # -e "s#localhost.emobix.co.uk#conformance.waltid.cloud#g" \
63+ # -e "s#8443#443#g" \
64+ # "$FILE"
6565
6666 - name : Check if Google Chrome is installed
6767 id : check-browser
Original file line number Diff line number Diff line change 1313 with :
1414 preferred : ${{ inputs.release_version }}
1515 gradle :
16- uses : walt-id/waltid-identity/.github/workflows/gradle.yml@3953e60730aeeb1d918bdf24318a1fcf9d180830
16+ uses : walt-id/waltid-identity/.github/workflows/gradle.yml@354260aebde1a117cb35e4dffaecaa67a0182eae
1717 secrets : inherit
1818 needs : version
1919 with :
Original file line number Diff line number Diff line change 1212 with :
1313 preferred : ${{ inputs.release_version }}
1414 gradle :
15- uses : walt-id/waltid-identity/.github/workflows/gradle.yml@3953e60730aeeb1d918bdf24318a1fcf9d180830
15+ uses : walt-id/waltid-identity/.github/workflows/gradle.yml@354260aebde1a117cb35e4dffaecaa67a0182eae
1616 secrets : inherit
1717 needs : version
1818 with :
You can’t perform that action at this time.
0 commit comments