mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-10 16:30:04 +00:00
ci: test workflow_run
This commit is contained in:
parent
56ac27318d
commit
58da41abb9
3 changed files with 37 additions and 18 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
|
@ -11,4 +11,12 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm ci
|
||||
- run: npm run all
|
||||
- run: |
|
||||
mkdir -p ./pr
|
||||
echo ${{ github.event.number }} | tee ./pr/number
|
||||
npm run all | tee ./pr/all_result
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
with:
|
||||
name: all
|
||||
path: pr/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue