github ci test

This commit is contained in:
FairyEver 2019-11-26 10:03:33 +08:00
parent 073f483a87
commit 4460605a7c
1 changed files with 10 additions and 4 deletions

View File

@ -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