init-main
This commit is contained in:
parent
1091dc4826
commit
263b804197
|
@ -2,7 +2,7 @@ name: CI
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: init-main
|
||||||
runs-on: runner
|
runs-on: runner
|
||||||
steps:
|
steps:
|
||||||
- name: install nodejs&golang and set proxy
|
- name: install nodejs&golang and set proxy
|
||||||
|
@ -18,10 +18,6 @@ jobs:
|
||||||
chmod +x run.sh
|
chmod +x run.sh
|
||||||
./run.sh
|
./run.sh
|
||||||
|
|
||||||
# - uses: actions/setup-go@v5
|
|
||||||
# with:
|
|
||||||
# go-version: 1.22
|
|
||||||
|
|
||||||
- name: echo hello world
|
- name: echo hello world
|
||||||
run: |
|
run: |
|
||||||
echo "I love you"
|
echo "I love you"
|
||||||
|
|
Loading…
Reference in New Issue