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:
|
||||
go-version: '>=1.24'
|
||||
|
||||
- name: Build
|
||||
run: go build .
|
||||
|
||||
- name: Test
|
||||
run: go test . -v
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Build
|
||||
name: Deploy
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user