Skip to content

Commit 0f73e42

Browse files
Merge pull request #1741 from walt-id/chore/disable-conformance-tests
2 parents 645864e + 31a662d commit 0f73e42

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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:

.github/workflows/gradle.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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:

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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:

0 commit comments

Comments
 (0)