未验证 提交 7772159b 编写于 作者: sinat_25235033's avatar sinat_25235033 提交者: GitHub

Update action-test.yml

上级 36c3c47d
...@@ -2,22 +2,12 @@ name: 'build-test' ...@@ -2,22 +2,12 @@ name: 'build-test'
on: on:
issue_comment: issue_comment:
types: types:
- opened
- created - created
issues: issues:
types: types:
- opened - opened
- created
jobs: jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
npm install
- run: |
npm run all
test: # make sure the action works on a clean machine without building test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册