Skip to content

Commit

Permalink
mirror node support
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikebbers committed Aug 6, 2024
1 parent e6d4dae commit 894f78e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Setup Hedera Solo
uses: ./
id: solo
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/mirrorNode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Setup Hedera Solo
uses: ./
with:
Expand Down

0 comments on commit 894f78e

Please sign in to comment.