FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Merge pull request #2 from java-cli-apps/add-github-workflow · java-cli-apps/basic-java-25-quickstart@4b3b011 · GitHub

Merge pull request #2 from java-cli-apps/add-github-workflow #2

Merge pull request #2 from java-cli-apps/add-github-workflow

Merge pull request #2 from java-cli-apps/add-github-workflow #2

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: Build with Gradle
on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]
permissions:
contents: read
env:
JAVA_VERSION: '25'
JAVA_DISTRIBUTION: 'temurin'
jobs:
build:
name: Build and test application
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Java
uses: actions/setup-java@v5
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: ${{ env.JAVA_DISTRIBUTION }}
- name: Build and Test
run: make test

Back | FazBrowse Home | New Git URL