Workflow changes.
This commit is contained in:
parent
e7cfcef1ec
commit
f96301a9d9
|
@ -1,4 +1,4 @@
|
||||||
name: "Test result actions"
|
name: "Test Maven GitHub action"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -6,11 +6,11 @@ on:
|
||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
java_setup:
|
java_setup:
|
||||||
name: "Setup Java"
|
name: "Setup Java and Maven"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up JDK
|
- name: "Set up JDK"
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v2
|
||||||
with:
|
with:
|
||||||
java-version: '8'
|
java-version: '8'
|
||||||
|
|
|
@ -20,8 +20,12 @@ pids
|
||||||
*.seed
|
*.seed
|
||||||
*.pid.lock
|
*.pid.lock
|
||||||
|
|
||||||
|
# IntelliIDEA
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
# Husky
|
||||||
|
.husky/
|
||||||
|
|
||||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||||
lib-cov
|
lib-cov
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue