Add check for setup-node directory in CI workflow
This commit is contained in:
@ -22,6 +22,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git clone http://114.67.155.184:3000/niyyzf/setup-python.git ./.actions/setup-python
|
git clone http://114.67.155.184:3000/niyyzf/setup-python.git ./.actions/setup-python
|
||||||
|
|
||||||
|
- name: 检查 setup-node 目录
|
||||||
|
run: ls -l ./.actions/setup-node
|
||||||
|
|
||||||
- name: 检出代码
|
- name: 检出代码
|
||||||
uses: ./.actions/checkout
|
uses: ./.actions/checkout
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user