Skip to content

Commit

Permalink
Update haskell.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed May 7, 2024
1 parent 3b6baa2 commit fa7630b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:

- name: Configure build
run: |
echo "${{ runner.temp }}"
echo "$TMPDIR"
echo "$TMP"
cp .github/workflows/cabal.project.local.ci cabal.project.local
echo "# cabal.project.local"
cat cabal.project.local
Expand Down Expand Up @@ -134,6 +138,9 @@ jobs:
TMP: /home/runner/_
KEEP_WORKSPACE: 1
run: |
echo "${{ runner.temp }}"
echo "$TMPDIR"
echo "$TMP"
cabal test cardano-testnet cardano-node cardano-node-chairman cardano-submit-api
- name: Tar failed tests workspaces
Expand Down

0 comments on commit fa7630b

Please sign in to comment.