add step number to tracing params

This commit is contained in:
grambbledook
2025-12-11 19:10:59 +01:00
parent 80887ca570
commit fe1d0ea060
@@ -45,7 +45,7 @@ jobs:
run: |
./atool serve --plugin 5930 --http=localhost:5970 --modproxy \
--cache-dir=/tmp/gocache --local --cache-dir=/tmp/gocachenew --log-file go-cache.log \
--tracing "${GITHUB_RUN_ID}:${GITHUB_RUN_ATTEMPT}:${GITHUB_JOB}:Build Grafana" &
--tracing "${GITHUB_RUN_ID}:${GITHUB_RUN_ATTEMPT}:${GITHUB_JOB}:Build Grafana:8" &
echo $! > atool.pid