-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert bad renaming - hedera solo and hedera-protobufs
Signed-off-by: nadine.loepfe <[email protected]>
- Loading branch information
1 parent
2469a8f
commit 8c9799c
Showing
2 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,10 +26,12 @@ jobs: | |
|
||
- name: Generate Proto Files | ||
run: bash ./generate_proto.sh | ||
continue-on-error: true | ||
|
||
- name: Prepare Hiero Solo | ||
- name: Prepare Hedera Solo | ||
id: solo | ||
uses: OpenElements/[email protected] | ||
uses: OpenElements/[email protected] | ||
continue-on-error: true | ||
|
||
- name: Set environment variables | ||
run: | | ||
|
@@ -40,6 +42,7 @@ jobs: | |
- name: Install your package | ||
run: pip install -e . | ||
continue-on-error: true | ||
|
||
- name: Run tests | ||
env: | ||
|
@@ -49,4 +52,5 @@ jobs: | |
PUBLIC_KEY: ${{ steps.solo.outputs.publicKey }} | ||
NETWORK: solo | ||
run: | | ||
python test.py | ||
python test.py | ||
continue-on-error: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters