mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-02-16 18:41:03 +00:00
Add mvn test push workflow
This commit is contained in:
18
.github/workflows/run-tests.yaml
vendored
Normal file
18
.github/workflows/run-tests.yaml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: Maven Tests
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
|
||||
- name: Build and test with Maven
|
||||
run: mvn test
|
||||
Reference in New Issue
Block a user