From 13b18803bdbf2c86e7d53fcfde8e1e893783d603 Mon Sep 17 00:00:00 2001 From: Mose Date: Sun, 29 Jan 2023 22:55:19 +0000 Subject: [PATCH] Create VaultAddon-build.yml --- .github/workflows/VaultAddon-build.yml | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/VaultAddon-build.yml diff --git a/.github/workflows/VaultAddon-build.yml b/.github/workflows/VaultAddon-build.yml new file mode 100644 index 0000000..376435d --- /dev/null +++ b/.github/workflows/VaultAddon-build.yml @@ -0,0 +1,29 @@ +# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven + +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +name: Java CI with Maven + +on: + push: + pull_request: + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + - name: Set up JDK 18 + uses: actions/setup-java@v3 + with: + java-version: '8' + distribution: 'temurin' + cache: maven + - name: Build with Maven + run: mvn -B package -file VaultAddon/