Skip to content

Commit

Permalink
Fix: build test
Browse files Browse the repository at this point in the history
  • Loading branch information
vulcandragi committed Sep 6, 2024
1 parent 689c689 commit 74dddeb
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,21 @@ on:
jobs:
build:
name: Build
uses: GTNewHorizons/GTNH-Actions-Workflows/.github/workflows/build-and-test.yml@master
secrets: inherit
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
cache: 'gradle'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Build with Gradle
run: ./gradlew build

sonar:
name: Sonar
Expand Down

0 comments on commit 74dddeb

Please sign in to comment.