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 05b934e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,14 @@ jobs:
- name: Build all
run: cabal build all --enable-tests

- name: Hack around TMP paths
run: |
mkdir -p /home/runner/_
- name: Run tests
env:
TMPDIR: ${{ runner.temp }}
TMP: ${{ runner.temp }}
TMPDIR: /home/runner/_
TMP: /home/runner/_
KEEP_WORKSPACE: 1
run: |
cabal test cardano-testnet cardano-node cardano-node-chairman cardano-submit-api
Expand Down

0 comments on commit 05b934e

Please sign in to comment.