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:
|
||||
push:
|
||||
@@ -6,13 +6,14 @@ on:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
test-runner:
|
||||
checkout-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Show environment
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Show files
|
||||
run: |
|
||||
echo "runner is alive"
|
||||
node -v
|
||||
npm -v
|
||||
corepack enable
|
||||
pnpm -v
|
||||
pwd
|
||||
ls -la
|
||||
Reference in New Issue
Block a user