github ci test
Former-commit-id: 4460605a7c9c1fd8f070da30270d8b7ebad58111 Former-commit-id: 0b16997636d03bf2096936d104dcd60598364e3b Former-commit-id: 437bfd4a07d86a1e3580440a6f600e38921e6c7f Former-commit-id: 257602d3046c10ca6144ea9a4430fe891bfedaf5 [formerly 52a1347c05b941c1f374eb5e5382498aaa199ae6] Former-commit-id: 705e09299a2c24b7aca3fc212affd96993df52fd Former-commit-id: f1ce8d47be01b0b689729ce6fccc9526c0cc96d1 Former-commit-id: 46f9112adb31c734f6d7b816ea3eccb7209a6477 Former-commit-id: 56273ac82e71a4b9165b9ed4ba01ccaea8cf4c12 Former-commit-id: 5f3d86b9b798833f464e7905189536b7f2009bea
This commit is contained in:
14
.github/workflows/main.yml
vendored
14
.github/workflows/main.yml
vendored
@@ -1,6 +1,9 @@
|
|||||||
name: CI
|
name: Deploy
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -9,9 +12,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
- uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
|
node-version: '10.x'
|
||||||
- name: Run a one-line script
|
- name: Run a one-line script
|
||||||
run: echo Hello, world!
|
run: echo Hello, world!
|
||||||
- name: Run a multi-line script
|
- name: Run a multi-line script
|
||||||
run: |
|
run: |
|
||||||
echo Add other actions to build,
|
node
|
||||||
echo test, and deploy your project.
|
1+1
|
||||||
|
|||||||
Reference in New Issue
Block a user