mirror of
https://github.com/mshick/add-pr-comment.git
synced 2026-01-02 06:49:48 +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
|
- name: Setup node.js
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: "12.x"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -24,6 +24,17 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
npm run lint
|
npm run lint
|
||||||
|
|
||||||
|
- name: Build action
|
||||||
|
run: |
|
||||||
|
npm run build
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
npm test
|
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