Add build step to GitHub Actions and rename deploy job
All checks were successful
Build / build (push) Successful in 1m22s
All checks were successful
Build / build (push) Successful in 1m22s
This commit is contained in:
@@ -12,5 +12,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '>=1.24'
|
go-version: '>=1.24'
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: go build .
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test . -v
|
run: go test . -v
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Build
|
name: Deploy
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user