mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
Merge pull request #442 from LeoYuan/chore/cov-permission
chore: grant write permission for pull request
This commit is contained in:
commit
a5f6d76bda
19
.github/workflows/cov packages.yml
vendored
19
.github/workflows/cov packages.yml
vendored
@ -8,6 +8,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cov-designer:
|
cov-designer:
|
||||||
|
permissions:
|
||||||
|
checks: write
|
||||||
|
pull-requests: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
@ -25,7 +28,13 @@ jobs:
|
|||||||
working-directory: packages/designer
|
working-directory: packages/designer
|
||||||
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
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
|
||||||
|
|
||||||
cov-renderer-core:
|
cov-renderer-core:
|
||||||
|
permissions:
|
||||||
|
checks: write
|
||||||
|
pull-requests: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
@ -43,7 +52,13 @@ jobs:
|
|||||||
working-directory: packages/renderer-core
|
working-directory: packages/renderer-core
|
||||||
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
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
|
||||||
|
|
||||||
cov-react-simulator-renderer:
|
cov-react-simulator-renderer:
|
||||||
|
permissions:
|
||||||
|
checks: write
|
||||||
|
pull-requests: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
@ -60,4 +75,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
working-directory: packages/react-simulator-renderer
|
working-directory: packages/react-simulator-renderer
|
||||||
test-script: npm test -- --jest-ci --jest-json --jest-coverage --jest-testLocationInResults --jest-outputFile=report.json
|
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