From 7a48d934308a024df4c2afe5a4a38c1f0012951c Mon Sep 17 00:00:00 2001 From: ross-spencer Date: Wed, 20 Nov 2024 09:42:47 +0100 Subject: [PATCH] WIP: testing --- .github/workflows/unit-tests-all.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/unit-tests-all.yml b/.github/workflows/unit-tests-all.yml index e9b0ff1..6f5516a 100644 --- a/.github/workflows/unit-tests-all.yml +++ b/.github/workflows/unit-tests-all.yml @@ -45,6 +45,8 @@ jobs: id: "pip-cache" run: | echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT + - name: "test" + rin: echo "${{ steps.pip-cache.outputs.dir }}" - name: "cache pip packages" uses: "actions/cache@v4" with: