-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update to sdk@13 partially #1497
Conversation
5d5cb29
to
37f29a8
Compare
Deployed to https://pr-1497-aepp-base.stg.aepps.com |
.github/workflows/test.yml
Outdated
@@ -3,24 +3,21 @@ on: [pull_request] | |||
jobs: | |||
main: | |||
runs-on: ubuntu-latest | |||
env: | |||
CYPRESS_PLUGIN_VISUAL_REGRESSION_UPDATE_IMAGES: ${{contains(github.event.head_commit.message, ' [update screenshots]')}} |
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.
I find out that there is no one-liner to get the last commit message, so I'm switching to a different strategy: commit e2e artifacts, and then the developer needs to manually pick the right screenshots and restart tests.
https://github.com/orgs/community/discussions/28474
}); | ||
|
||
on('task', { | ||
changeVideoSource(videoSource) { |
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.
based on cypress-io/cypress#21188 (comment)
8ac9635
to
33dba57
Compare
f058983
to
5ba3e33
Compare
@@ -60,7 +60,7 @@ | |||
|
|||
<script> | |||
import { mapState } from 'vuex'; | |||
import { SCHEMA } from '@aeternity/aepp-sdk'; | |||
import { Tag } from '@aeternity/aepp-sdk-next'; |
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.
why next?
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.
I would rename it back to @aeternity/aepp-sdk
after finishing the update
What's the status of this PR? |
I would merge it after the next release |
0a7de0a
to
90ddbf9
Compare
90ddbf9
to
0f3b34b
Compare
a4558ad
to
788e1cd
Compare
This PR is supported by the Æternity Crypto Foundation