Skip to content

Commit

Permalink
Add build steps to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu authored and baywet committed Jun 19, 2024
1 parent 0a467ec commit 5243407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Build with Java 8
working-directory: ./java-8
run: .././gradlew build
- name: Upload Unit Test Results
if: ${{ always() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5243407

Please sign in to comment.