From b680bb527aadf7669b3c71cf43efe945307f76ce Mon Sep 17 00:00:00 2001 From: grambbledook Date: Wed, 26 Nov 2025 18:36:20 +0100 Subject: [PATCH] fix cmd --- .github/workflows/test-ci-instrumentation-workflow.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-ci-instrumentation-workflow.yml b/.github/workflows/test-ci-instrumentation-workflow.yml index 696cedd64b7..3636f139e22 100644 --- a/.github/workflows/test-ci-instrumentation-workflow.yml +++ b/.github/workflows/test-ci-instrumentation-workflow.yml @@ -43,8 +43,9 @@ jobs: - name: Start Go Cache Plugin run: | - ./atool --plugin 5930 --http=localhost:5970 --modproxy --cache-dir=/tmp/gocache --local & + ./atool serve --plugin 5930 --http=localhost:5970 --modproxy --cache-dir=/tmp/gocache --local --cache-dir=/tmp/gocachenew --log-file go-cache.log & echo $! > atool.pid + ls ./ - name: Build Grafana continue-on-error: true @@ -54,7 +55,7 @@ jobs: - name: Cat trace.log an cleanup run: | - cat trace.log + cat go-cache.log kill $(cat atool.pid)