mirror of
https://github.com/btouchard/ackify-ce.git
synced 2026-02-12 08:49:01 -06:00
fix: disable telemetry on e2e on CI
This commit is contained in:
1
.github/workflows/test-e2e.yml
vendored
1
.github/workflows/test-e2e.yml
vendored
@@ -108,6 +108,7 @@ jobs:
|
||||
ACKIFY_STORAGE_TYPE: "local"
|
||||
ACKIFY_STORAGE_LOCAL_PATH: "/tmp/ackify-storage"
|
||||
ACKIFY_STORAGE_MAX_SIZE_MB: "50"
|
||||
ACKIFY_TELEMETRY: "false"
|
||||
run: |
|
||||
mkdir -p /tmp/ackify-storage
|
||||
go build -o ackify ./backend/cmd/community
|
||||
|
||||
Reference in New Issue
Block a user