Skip to content

Commit

Permalink
REMOVEME: Try to shorten $TMPDIR a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed May 6, 2024
1 parent 9056e14 commit 263d7f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 263d7f7

Please sign in to comment.