We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c012101 commit 3467ecaCopy full SHA for 3467eca
.github/workflows/main.yml
@@ -45,15 +45,15 @@ jobs:
45
46
- name: Prepare Hiero Solo
47
id: solo
48
- uses: AlexanderShenshin/[email protected].4-dev
+ uses: AlexanderShenshin/[email protected].6-dev
49
with:
50
installMirrorNode: true
51
52
- name: Run tests
53
run: poetry run pytest tests --cov --cov-config=pyproject.toml --cov-report=xml
54
env:
55
- OPERATOR_ID: ${{ steps.solo.outputs.accountId }}
56
- OPERATOR_KEY: ${{ steps.solo.outputs.privateKey }}
+ OPERATOR_ID: ${{ steps.solo.outputs.ed25519AccountId }}
+ OPERATOR_KEY: ${{ steps.solo.outputs.ed25519PrivateKey }}
57
NETWORK: solo
58
59
- name: Check typing
0 commit comments