Skip to content

Commit

Permalink
Fix workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Lebedev <[email protected]>
  • Loading branch information
thenswan committed Oct 18, 2023
1 parent 9ac8a30 commit 0067cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Compile SDK
run: ./gradlew compileJava
run: ./gradlew :sdk:assemble
- name: Compile Examples
run: ./gradlew :examples:compileJava
run: ./gradlew :examples:assemble

- name: Start the local node
run: npx @hashgraph/[email protected] start -d --network local
Expand Down

0 comments on commit 0067cf0

Please sign in to comment.