Update action
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 52s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 52s
This commit is contained in:
@@ -26,6 +26,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and test application
|
- name: Build and test application
|
||||||
run: |
|
run: |
|
||||||
|
mkdir bin
|
||||||
go mod tidy
|
go mod tidy
|
||||||
go build -o ./bin/metrics ./cmd
|
go build -o ./bin/metrics ./cmd
|
||||||
|
|
||||||
|
|||||||
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
bin
|
||||||
|
go.sum
|
||||||
|
.env
|
||||||
BIN
bin/metrics
BIN
bin/metrics
Binary file not shown.
Reference in New Issue
Block a user