mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-03-30 14:10:19 +00:00
Workflow changes.
This commit is contained in:
parent
e7cfcef1ec
commit
f96301a9d9
6
.github/workflows/test_maven_actions.yaml
vendored
6
.github/workflows/test_maven_actions.yaml
vendored
@ -1,4 +1,4 @@
|
||||
name: "Test result actions"
|
||||
name: "Test Maven GitHub action"
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -6,11 +6,11 @@ on:
|
||||
- master
|
||||
jobs:
|
||||
java_setup:
|
||||
name: "Setup Java"
|
||||
name: "Setup Java and Maven"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK
|
||||
- name: "Set up JDK"
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '8'
|
||||
|
||||
4
.gitignore
vendored
4
.gitignore
vendored
@ -20,8 +20,12 @@ pids
|
||||
*.seed
|
||||
*.pid.lock
|
||||
|
||||
# IntelliIDEA
|
||||
.idea/
|
||||
|
||||
# Husky
|
||||
.husky/
|
||||
|
||||
# Directory for instrumented libs generated by jscoverage/JSCover
|
||||
lib-cov
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user