1
0
mirror of https://github.com/aNNiMON/ffmpegbot synced 2024-09-19 22:54:20 +03:00
This commit is contained in:
Victor Melnik 2024-02-20 22:59:58 +02:00 committed by GitHub
parent 4067963c12
commit 77fbcb1e0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

26
.github/workflows/gradle.yml vendored Normal file
View File

@ -0,0 +1,26 @@
name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '17', '21' ]
name: Build
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Run tests
uses: gradle/actions/setup-gradle@v3
with:
arguments: test