更新 .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
|
||||
with:
|
||||
node-version: 18
|
||||
- uses: actions/setup-go@v5
|
||||
- name: echo hello world
|
||||
- name: Print PATH
|
||||
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