You've already forked Go-Template
Rename unit tests workflow and streamline environment variable declaration
This commit is contained in:
@@ -4,12 +4,13 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
name: 🧪 ✨ Unit Tests Workflow
|
name: 🧪 ✨ Tests Workflow
|
||||||
|
|
||||||
|
env:
|
||||||
|
GO_VERSION: '1.24.3'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-go:
|
lint-go:
|
||||||
env:
|
|
||||||
GO_VERSION: '1.24.3'
|
|
||||||
name: 🔍 🐹 Go Tests
|
name: 🔍 🐹 Go Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -38,8 +39,6 @@ jobs:
|
|||||||
uses: golangci/golangci-lint-action@v8.0.0
|
uses: golangci/golangci-lint-action@v8.0.0
|
||||||
|
|
||||||
test-go:
|
test-go:
|
||||||
env:
|
|
||||||
GO_VERSION: '1.24.3'
|
|
||||||
name: 🔍 🐹 Go Tests
|
name: 🔍 🐹 Go Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user