-
Notifications
You must be signed in to change notification settings - Fork 10
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
ci: use the fixed mediator test suite version #100
Conversation
@@ -25,6 +25,8 @@ jobs: | |||
ATALA_GITHUB_ACTOR: ${{ secrets.ATALA_GITHUB_ACTOR }} | |||
ATALA_GITHUB_TOKEN: ${{ secrets.ATALA_GITHUB_TOKEN }} | |||
REPORTS_DIR: "didcomm-v2-mediator-test-suite/target/site/serenity" | |||
DIDCOMM_V2_TESTSUITE_VERSION: "v0.1.0" | |||
MEDIATOR_DID: "did:peer:2.Ez6LSghwSE437wnDE1pt3X6hVDUQzSjsHzinpX3XFvMjRAm7y.Vz6Mkhh1e5CEYYq6JBUcTZ6Cp2ranCWRrv7Yax3Le4N59R6dd.SeyJ0IjoiZG0iLCJzIjoiaHR0cDovL2xvY2FsaG9zdCIsInIiOltdLCJhIjpbImRpZGNvbW0vdjIiXX0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "serviceEndpoint" : "http://localhost"
has no port.
Maybe we should use some useful default.
You are replacing this value somewhere on runtime right?
environment: | ||
# Creates the identity: | ||
- KEY_AGREEMENT_D=Z6D8LduZgZ6LnrOHPrMTS6uU2u5Btsrk1SGs4fn8M7c | ||
- KEY_AGREEMENT_X=Sr4SkIskjN_VdKTn0zkjYbhGTWArdUNE4j_DmUpnQGw | ||
- KEY_AUTHENTICATION_D=INXCnxFEl0atLIIQYruHzGd5sUivMRyQOzu87qVerug | ||
- KEY_AUTHENTICATION_X=MBjnXZxkMcoQVVL21hahWAw43RuAG-i64ipbeKKqwoA | ||
# - SERVICE_ENDPOINT=https://k8s-int.atalaprism.io/mediator | ||
- SERVICE_ENDPOINT=http://localhost |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hum also has no port here
I don't know how this works but LGTM (assuming that is working =p)
Signed-off-by: Anton <Baliasnikov>
Signed-off-by: Anton <Baliasnikov>
Signed-off-by: Anton Baliasnikov <[email protected]>
Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: mineme0110 <[email protected]>
Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
Signed-off-by: Anton Baliasnikov <[email protected]> Signed-off-by: Shailesh Patil <[email protected]>
Fix DIDComm V2 Test Suite version in integration tests and add configuration DID as entry point for integration tests.