mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix(ci): plugin-workflow-approval e2e
This commit is contained in:
parent
1247f4cb63
commit
a63a19c8dd
6
.github/workflows/e2e.yml
vendored
6
.github/workflows/e2e.yml
vendored
@ -291,13 +291,13 @@ jobs:
|
||||
--health-retries 5
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Checkout pro-plugins
|
||||
- name: Checkout plugin-workflow-approval
|
||||
continue-on-error: true # 外部开发者提交 PR 的时候因为没有权限这里会报错,为了能够继续执行后续步骤,所以这里设置为 continue-on-error: true
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: nocobase/pro-plugins
|
||||
repository: nocobase/plugin-workflow-approval
|
||||
ref: main
|
||||
path: packages/pro-plugins
|
||||
path: packages/pro-plugins/@nocobase/plugin-workflow-approval
|
||||
fetch-depth: 0
|
||||
ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }}
|
||||
- run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user