Update maven.yml

Hopefully this will fix it?
pull/7/head
Caroline Bell 2020-02-25 13:29:00 -08:00 committed by GitHub
parent 15505ee788
commit b51274b5c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -1,16 +1,15 @@
name: Maven Test
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
uses: actions/setup-java@v1.3.0
with:
java-version: 11
- name: Build with Maven