Skip to content

Commit

Permalink
Publish chairman test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Oct 22, 2020
1 parent 7d3ebd6 commit 4ad4b47
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/haskell.yml
Expand Up @@ -93,4 +93,10 @@ jobs:
run: git clone https://github.com/input-output-hk/cardano-mainnet-mirror

- name: Run tests
run: cabal test --builddir="$CABAL_BUILDDIR" cardano-node-chairman
run: TMPDIR="${{ runner.temp }}" TEMP="${{ runner.temp }}" cabal test --builddir="$CABAL_BUILDDIR" cardano-node-chairman

- uses: actions/upload-artifact@v2
if: ${{ always() }}
with:
name: chairman-test-artifacts-${{ matrix.os }}
path: ${{ runner.temp }}/chairman/

0 comments on commit 4ad4b47

Please sign in to comment.