Skip to content

Commit

Permalink
Merge pull request #51 from amosproj/QW3RAT-patch-1
Browse files Browse the repository at this point in the history
Update test.yml
  • Loading branch information
QW3RAT authored Nov 21, 2023
2 parents 88faa16 + bc8acae commit 6a28fa0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ jobs:
with:
distribution: 'adopt'
java-version: '17'


- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3

- name: Build with Gradle
run: ./gradlew build --no-daemon
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
with:
arguments: build

- name: Run Tests
run: ./gradlew test --no-daemon

0 comments on commit 6a28fa0

Please sign in to comment.