chore: test ci

This commit is contained in:
Aleksandr Chikovani 2023-08-26 18:31:30 -04:00
parent 4926e29270
commit 822e2e3bbb

View file

@ -1,7 +1,4 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time name: Java build
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on: on:
push: push:
@ -24,6 +21,7 @@ jobs:
with: with:
java-version: ${{matrix.java}} java-version: ${{matrix.java}}
distribution: 'adopt' distribution: 'adopt'
cache: maven - name: Test
- name: Build with Maven Wrapper run: ./gradlew test
run: ./mvnw -B package - name: Build
run: ./gradlew build