[management] fix github run id (#3705)

This commit is contained in:
Pascal Fischer
2025-04-18 11:21:54 +02:00
committed by GitHub
parent f686615876
commit 1a6d6b3109
3 changed files with 36 additions and 26 deletions

View File

@@ -482,7 +482,7 @@ jobs:
go test -tags=benchmark \
-run=^$ \
-bench=. \
-exec 'sudo --preserve-env=CI,NETBIRD_STORE_ENGINE,GIT_BRANCH' \
-exec 'sudo --preserve-env=CI,NETBIRD_STORE_ENGINE,GIT_BRANCH,GITHUB_RUN_ID' \
-timeout 20m ./management/...
api_integration_test: