mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-01 06:29:49 +11:00
ci: dogfood action in prs (#13)
This commit is contained in:
parent
b7f4a4cd6b
commit
5535d00f50
1 changed files with 12 additions and 1 deletions
13
.github/workflows/integration.yml
vendored
13
.github/workflows/integration.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Setup node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
node-version: "12.x"
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
@ -24,6 +24,17 @@ jobs:
|
|||
run: |
|
||||
npm run lint
|
||||
|
||||
- name: Build action
|
||||
run: |
|
||||
npm run build
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
npm test
|
||||
|
||||
- name: Add Comment
|
||||
uses: ./
|
||||
with:
|
||||
message: |
|
||||
**It works!**
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue