try without node or generate

This commit is contained in:
Evan Jarrett
2026-01-15 23:24:37 -06:00
parent b99ae53755
commit a7d3292624
2 changed files with 0 additions and 13 deletions
-6
View File
@@ -9,12 +9,6 @@ image: golang:1.25-trixie
architecture: amd64
steps:
- name: install node
command: |
apt-get update && \
apt-get install -y --no-install-recommends nodejs npm && \
rm -rf /var/lib/apt/lists/*
- name: Download and Generate
environment:
CGO_ENABLED: 1
-7
View File
@@ -9,18 +9,11 @@ image: golang:1.25-trixie
architecture: amd64
steps:
- name: install node
command: |
apt-get update && \
apt-get install -y --no-install-recommends nodejs npm && \
rm -rf /var/lib/apt/lists/*
- name: Download and Generate
environment:
CGO_ENABLED: 1
command: |
go mod download
go generate ./...
- name: Run Tests
environment: