mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-03-26 05:40:36 +00:00
Workflow changes.
This commit is contained in:
parent
8fdbef0eab
commit
bab6fc9c17
22
.github/workflows/build-action.yaml
vendored
Normal file
22
.github/workflows/build-action.yaml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
name: Node.js CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
- run: npm install
|
||||
- run: npm run build
|
||||
- run: npm run build-distr
|
||||
@ -1,7 +1,6 @@
|
||||
name: Java CI/CD workflow
|
||||
name: "Test result actions"
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
Loading…
Reference in New Issue
Block a user