Skip to content

Commit

Permalink
Merge pull request #866 from alvasw/ci_enable_network_tests
Browse files Browse the repository at this point in the history
GitHub Actions: Enable Network Tests
  • Loading branch information
alvasw committed May 23, 2023
2 parents 22757a0 + e3f96ea commit b9175de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ jobs:
with:
arguments: build --scan

- name: Gradle Build Action (network)
uses: gradle/gradle-build-action@v2.4.2
with:
arguments: build --scan
build-root-directory: network
gradle-executable: ./gradlew

# - name: Gradle Build Action (wallets)
# uses: gradle/gradle-build-action@v2.4.2
# with:
Expand Down

0 comments on commit b9175de

Please sign in to comment.