Skip to content

Commit 8de8a5e

Browse files
matthyxclaude
andcommitted
fix: update integration test deps and skip LFS smudge in CI
- Upgrade event-ingester-service to v0.1.1-0.20260403130541-5bd52e351584 which migrates large testdata to LFS, keeping the Go module zip under the 524 MB limit - Upgrade postgres-connector to v0.0.1296 to align with utils-k8s-go API changes (NetworkPolicyPodSelectorMatchLabels) - Set GIT_LFS_SKIP_SMUDGE=1 in CI so go mod download receives LFS pointer files instead of smudged content, preventing the zip size limit from being hit during module download Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 40c94a9 commit 8de8a5e

File tree

3 files changed

+365
-294
lines changed

3 files changed

+365
-294
lines changed

.github/workflows/pr-created.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
env:
1212
DB_MIGRATIONS_GH_USER: ${{ secrets.DB_MIGRATIONS_GH_USER }}
1313
DB_MIGRATIONS_GH_TOKEN: ${{ secrets.DB_MIGRATIONS_GH_TOKEN }}
14+
GIT_LFS_SKIP_SMUDGE: "1"
1415

1516
concurrency:
1617
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)