workflow 添加actions/checkout@v4
Some checks failed
Checkout Test / checkout-test (push) Failing after 5m53s
Some checks failed
Checkout Test / checkout-test (push) Failing after 5m53s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Runner Smoke Test
|
name: Checkout Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -6,13 +6,14 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-runner:
|
checkout-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Show environment
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Show files
|
||||||
run: |
|
run: |
|
||||||
echo "runner is alive"
|
pwd
|
||||||
node -v
|
ls -la
|
||||||
npm -v
|
|
||||||
corepack enable
|
|
||||||
pnpm -v
|
|
||||||
Reference in New Issue
Block a user