From 263d7f7a0d62018c0dea5b1dc08fc8f35dd168d0 Mon Sep 17 00:00:00 2001 From: Sean D Gillespie Date: Mon, 6 May 2024 14:10:17 -0400 Subject: [PATCH] REMOVEME: Try to shorten $TMPDIR a bit --- .github/workflows/haskell.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 45b2c88ea9d..ae6937a6dd3 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -126,10 +126,11 @@ jobs: - name: Run tests env: - TMPDIR: ${{ runner.temp }} - TMP: ${{ runner.temp }} + TMPDIR: /home/runner/_ + TMP: /home KEEP_WORKSPACE: 1 run: | + mkdir -p "$TMPDIR" cabal test cardano-testnet cardano-node cardano-node-chairman cardano-submit-api - name: Tar failed tests workspaces