Skip to content

Commit

Permalink
revert bad renaming - hedera solo and hedera-protobufs
Browse files Browse the repository at this point in the history
Signed-off-by: nadine.loepfe <[email protected]>
  • Loading branch information
nadineloepfe committed Feb 4, 2025
1 parent 2469a8f commit 8c9799c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -40,6 +42,7 @@ jobs:
- name: Install your package
run: pip install -e .
continue-on-error: true

- name: Run tests
env:
Expand All @@ -49,4 +52,5 @@ jobs:
PUBLIC_KEY: ${{ steps.solo.outputs.publicKey }}
NETWORK: solo
run: |
python test.py
python test.py
continue-on-error: true
2 changes: 1 addition & 1 deletion generate_proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ touch $mirror_dir/__init__.py

# Step 2: Download and extract protobuf files
echo "Downloading Hiero protobufs version $hapi_version..."
curl -sL "https://github.com/hashgraph/Hiero-protobufs/archive/refs/tags/${hapi_version}.tar.gz" | tar -xz -C $protos_dir --strip-components=1
curl -sL "https://github.com/hashgraph/hedera-protobufs/archive/refs/tags/${hapi_version}.tar.gz" | tar -xz -C $protos_dir --strip-components=1
# Keep 'platform', 'services', and 'mirror', remove everything else
find "$protos_dir" -mindepth 1 -maxdepth 1 ! -name platform ! -name services ! -name mirror -exec rm -r {} +

Expand Down

0 comments on commit 8c9799c

Please sign in to comment.