copy and paste is not a design pattern
All checks were successful
🧪 ✨ Unit Tests Workflow / 🔍 🐹 Go Tests (push) Successful in 3m37s

This commit is contained in:
2025-05-13 22:02:03 -04:00
parent 3a61962c04
commit 9af291f4d2
2 changed files with 1 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ name: 🏗️✨ Build Workflow
jobs:
Build:
name: 🖥️🔨 Build
name: 🖥️ 🔨 Build
runs-on: ubuntu-latest
steps:
- name: 🛡️ 🔒 Add Siteworx CA Certificates

View File

@@ -8,8 +8,6 @@ name: 🧪 ✨ Unit Tests Workflow
jobs:
test-go:
env:
GOPRIVATE: 'git.siteworxpro.com'
GOPROXY: 'direct'
GO_VERSION: '1.24.3'
name: 🔍 🐹 Go Tests
runs-on: ubuntu-latest