更新 .gitea/workflows/demo.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s
This commit is contained in:
parent
fbb7fd23c4
commit
2b6b1bdfb8
@ -14,14 +14,19 @@ jobs:
|
|||||||
- name: Check git version
|
- name: Check git version
|
||||||
run: |
|
run: |
|
||||||
echo "git -v"
|
echo "git -v"
|
||||||
|
git -v
|
||||||
- name: Check nodejs version
|
- name: Check nodejs version
|
||||||
run: |
|
run: |
|
||||||
echo "node -v"
|
echo "node -v"
|
||||||
|
node -v
|
||||||
echo "npm -v"
|
echo "npm -v"
|
||||||
|
npm -v
|
||||||
- run: npm i -g pnpm
|
- run: npm i -g pnpm
|
||||||
- name: Check pnpm version
|
- name: Check pnpm version
|
||||||
run: |
|
run: |
|
||||||
echo "pnpm -v"
|
echo "pnpm -v"
|
||||||
|
echo pnpm -v
|
||||||
|
pnpm -v
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user