mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-08-29 04:06:58 +00:00
try without node or generate
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user