Skip to content

add :: yml & application annotation #245

add :: yml & application annotation

add :: yml & application annotation #245

Workflow file for this run

name: Test CI
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
java-version: [ 17 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java-version }}
distribution: 'zulu'
- name: Gradle Test
uses: gradle/gradle-build-action@v2
with:
arguments: |
test