Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: small e2e enhancements #206

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ on:
mediatorOobUrl:
required: true
description: Mediator out-of-band url
default: https://beta-mediator.atalaprism.io/invitationOOB
default: https://stable-mediator.atalaprism.io/invitationOOB
agentUrl:
required: true
description: Prism-agent server url
default: https://sit-prism-agent-issuer.atalaprism.io/prism-agent/
default: https://dev-agent-a.atalaprism.io/cloud-agent
apiKey:
required: false
description: Authorization key
Expand Down
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- [ '@semantic-release/exec', {
prepareCmd: 'sed -i.bak "s/atala-prism-sdk:${lastRelease.version}/atala-prism-sdk:${nextRelease.version}/g" ./tests/end-to-end/build.gradle.kts && rm -f ./tests/end-to-end/build.gradle.kts.bak' } ]
prepareCmd: 'sed -i.bak "s/edge-agent-sdk:${lastRelease.version}/edge-agent-sdk:${nextRelease.version}/g" ./tests/end-to-end/build.gradle.kts && rm -f ./tests/end-to-end/build.gradle.kts.bak' } ]
- ["@semantic-release/changelog", {changelogFile: "CHANGELOG.md"}]
- "gradle-semantic-release-plugin"
- [
Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
}

dependencies {
testImplementation("org.hyperledger.identus:edge-agent-sdk:3.0.0")
testImplementation("org.hyperledger.identus:edge-agent-sdk:4.0.0")
testImplementation("org.hyperledger.identus:cloud-agent-client-kotlin:1.38.0")
testImplementation("io.iohk.atala:atala-automation:0.3.2")
testImplementation("app.cash.sqldelight:sqlite-driver:2.0.2")
Expand Down
2 changes: 0 additions & 2 deletions tests/end-to-end/notes

This file was deleted.

Loading