Workflow changes.

This commit is contained in:
Viacheslav Kudinov 2021-06-10 15:57:23 +02:00
parent 8fdbef0eab
commit bab6fc9c17
2 changed files with 23 additions and 2 deletions

22
.github/workflows/build-action.yaml vendored Normal file
View 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

View File

@ -1,7 +1,6 @@
name: Java CI/CD workflow
name: "Test result actions"
on:
pull_request:
push:
branches:
- master