mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 10:34:02 +00:00
chore: grant write permission for pull request
This commit is contained in:
parent
80fbe6de2c
commit
f57cf045c3
19
.github/workflows/cov packages.yml
vendored
19
.github/workflows/cov packages.yml
vendored
@ -8,6 +8,9 @@ on:
|
||||
|
||||
jobs:
|
||||
cov-designer:
|
||||
permissions:
|
||||
checks: write
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
@ -25,7 +28,13 @@ jobs:
|
||||
working-directory: packages/designer
|
||||
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
||||
skip-step: install
|
||||
annotations: none
|
||||
package-manager: yarn
|
||||
|
||||
cov-renderer-core:
|
||||
permissions:
|
||||
checks: write
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
@ -43,7 +52,13 @@ jobs:
|
||||
working-directory: packages/renderer-core
|
||||
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
||||
skip-step: install
|
||||
annotations: none
|
||||
package-manager: yarn
|
||||
|
||||
cov-react-simulator-renderer:
|
||||
permissions:
|
||||
checks: write
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
@ -60,4 +75,6 @@ jobs:
|
||||
with:
|
||||
working-directory: packages/react-simulator-renderer
|
||||
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
||||
skip-step: install
|
||||
skip-step: install
|
||||
annotations: none
|
||||
package-manager: yarn
|
||||
Loading…
x
Reference in New Issue
Block a user