Skip to content

Commit

Permalink
testing what java distro and version gradle is building with on the r…
Browse files Browse the repository at this point in the history
…unners
  • Loading branch information
jckreg committed Dec 9, 2024
1 parent 47b996d commit 8f3bd7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builNTest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build and Test

on:
workflow_dispatch:
push:
pull_request:
branches:
- master
Expand All @@ -20,6 +21,8 @@ jobs:
with:
java-version: 8
distribution: zulu
- name: Check Gradle Settings
run: ./gradlew -v
- name: Set Up App
run: |
./gradlew
Expand Down

0 comments on commit 8f3bd7a

Please sign in to comment.