更新 .gitea/workflows/main.yaml
CI / Build (push) Failing after 3s
Details
CI / Build (push) Failing after 3s
Details
This commit is contained in:
parent
f652509c7a
commit
215dc8e97c
|
@ -9,7 +9,11 @@ jobs:
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
- uses: actions/setup-go@v5
|
- name: Print PATH
|
||||||
- name: echo hello world
|
|
||||||
run: |
|
run: |
|
||||||
echo "I love you"
|
echo $PATH
|
||||||
|
node -v
|
||||||
|
# - uses: actions/setup-go@v5
|
||||||
|
# - name: echo hello world
|
||||||
|
# run: |
|
||||||
|
# echo "I love you"
|
Loading…
Reference in New Issue