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

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

View File

@ -13,7 +13,7 @@ jobs:
with: with:
node-version: "18.15.0" node-version: "18.15.0"
run: | run: |
npm install ls ${{ github.workspace }}
- run: echo "hello" - run: echo "hello"
- run: ls - run: ls
- run: pwd - run: pwd