Skip to content

Commit ec287a9

Browse files
committed
test
1 parent 83e4357 commit ec287a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
2020
- name: Checkout code
2121
uses: actions/checkout@v4
22+
with:
23+
path: project
2224

2325
- name: Build Golang binary
2426
run: |
25-
cd nginx-supportpkg-for-k8s
27+
cd project
2628
go build -o nginx-sp
2729
chmod +x nginx-sp
2830
./nginx-sp -p nic -n default

0 commit comments

Comments
 (0)