ci: remove application build from copilot-setup-steps workflow

Only build and run encoder-setup utility for WebP configuration.
Application building is not required for Copilot development environment setup.
This commit is contained in:
copilot-swe-agent[bot]
2025-12-10 21:16:16 +00:00
parent 44a4726258
commit 43593c37fc

View File

@@ -51,15 +51,6 @@ jobs:
run: |
./encoder-setup
- name: Build application
run: |
go build -o cbzconverter ./cmd/cbzoptimizer
- name: Verify build
run: |
ls -lh cbzconverter
file cbzconverter
- name: Install gotestsum
run: |
go install gotest.tools/gotestsum@latest
@@ -75,5 +66,4 @@ jobs:
echo "✅ golangci-lint installed"
echo "✅ Dependencies downloaded and verified"
echo "✅ WebP encoder configured (libwebp 1.6.0)"
echo "✅ Application built successfully"
echo "✅ gotestsum (test runner) installed"