mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-04-07 23:10:07 +00:00
๐ use yarn
This commit is contained in:
parent
46599ab661
commit
41794c1850
6 changed files with 3903 additions and 6506 deletions
|
|
@ -9,8 +9,8 @@ jobs:
|
|||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: yarn install
|
||||
- run: yarn build
|
||||
- uses: ./
|
||||
with:
|
||||
header: FromPR
|
||||
|
|
|
|||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -10,12 +10,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: npm ci
|
||||
- run: yarn install
|
||||
- run: |
|
||||
set -o pipefail
|
||||
mkdir -p ./pr
|
||||
echo ${{ github.event.number }} | tee ./pr/number
|
||||
npm run all |& tee ./pr/all_result
|
||||
yarn all |& tee ./pr/all_result
|
||||
- uses: actions/upload-artifact@v2
|
||||
if: ${{ github.event_name == 'pull_request' && (success() || failure()) }}
|
||||
with:
|
||||
|
|
|
|||
Loadingโฆ
Add table
Add a link
Reference in a new issue