mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-03-30 14:10:19 +00:00
Workflow fix.
This commit is contained in:
parent
f96301a9d9
commit
c4ee3ae23b
3
.github/workflows/build-action.yaml
vendored
3
.github/workflows/build-action.yaml
vendored
@ -3,6 +3,7 @@ name: "Build and test maven GitHub action"
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -16,7 +17,7 @@ jobs:
|
||||
node-version: 12
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- run: npm run build-distr
|
||||
- run: npm run build-dist
|
||||
- name: "Set up JDK"
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,7 +22,7 @@ pids
|
||||
|
||||
# IntelliIDEA
|
||||
.idea/
|
||||
|
||||
*.iml
|
||||
# Husky
|
||||
.husky/
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user