mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 07:06:06 +00:00
fix: e2e ci
This commit is contained in:
parent
0ba1bca5d8
commit
9b691e7bf1
5
.github/workflows/e2e.yml
vendored
5
.github/workflows/e2e.yml
vendored
@ -86,6 +86,11 @@ jobs:
|
||||
ref: main
|
||||
path: packages/pro-plugins
|
||||
ssh-key: ${{ secrets.SUBMODULE_SSH_KEY }}
|
||||
- name: Fetch all branches
|
||||
run: cd packages/pro-plugins && git fetch --all
|
||||
- name: git checkout ${{ github.head_ref }}
|
||||
run: cd packages/pro-plugins && git checkout ${{ github.head_ref }}
|
||||
continue-on-error: true
|
||||
- name: Set variables
|
||||
continue-on-error: true # 外部开发者提交 PR 的时候因为没有权限这里会报错,为了能够继续执行后续步骤,所以这里设置为 continue-on-error: true
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user