Skip to content

Fetch with all history & revert back to previous command #11

Fetch with all history & revert back to previous command

Fetch with all history & revert back to previous command #11

Workflow file for this run

name: Java Test with Maven
on:
push:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
- name: Test with Maven
run: mvn -B test --file pom.xml