Workflow changes.
This commit is contained in:
parent
8fdbef0eab
commit
bab6fc9c17
|
@ -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