flow
Some checks failed
checks / check and test (push) Failing after -2s

This commit is contained in:
陶林 2023-04-30 04:40:35 +08:00
parent b06c6e2f2e
commit fea6b7f664

View File

@ -12,8 +12,7 @@ jobs:
name: nodejs name: nodejs
with: with:
node-version: "18.15.0" node-version: "18.15.0"
run: | run: ls ${{ github.workspace }}
ls ${{ github.workspace }}
- run: echo "hello" - run: echo "hello"
- run: ls - run: ls
- run: pwd - run: pwd