github ci test
This commit is contained in:
parent
073f483a87
commit
4460605a7c
|
|
@ -1,6 +1,9 @@
|
|||
name: CI
|
||||
name: Deploy
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
@ -9,9 +12,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '10.x'
|
||||
- name: Run a one-line script
|
||||
run: echo Hello, world!
|
||||
- name: Run a multi-line script
|
||||
run: |
|
||||
echo Add other actions to build,
|
||||
echo test, and deploy your project.
|
||||
node
|
||||
1+1
|
||||
|
|
|
|||
Loading…
Reference in New Issue