From 8caff5da0108da2869d0050b83821d0e1d5d4acc Mon Sep 17 00:00:00 2001 From: Abin Simon Date: Mon, 22 Jan 2024 19:40:36 +0530 Subject: [PATCH] figure it out --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6af06973f..f091727b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -277,7 +277,7 @@ jobs: run: working-directory: src env: - CORSO_LOG_FILE: ${{ github.workspace }}/src/testlog/run-unit.log + CORSO_LOG_FILE: /tmp/corso-testlog/run-unit.log LOG_GRAPH_REQUESTS: true steps: - uses: actions/checkout@v4 @@ -288,7 +288,7 @@ jobs: go-version-file: src/go.mod cache-key-suffix: unit-test - - run: mkdir testlog + # - run: mkdir testlog - run: ls /home/runner/.cache/go-build - run: ls /home/runner/.cache/go-build/*