Skip to content

Commit

Permalink
Add CI check that only golden files exist under the golden directory
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Nov 14, 2023
1 parent 3bd065b commit 6b36414
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ jobs:
TMPDIR: ${{ runner.temp }}
TMP: ${{ runner.temp }}
KEEP_WORKSPACE: 1
run: cabal test all
run: |
cabal test all
rm -rf cardano-cli/test/cardano-cli-golden/files/golden
CREATE_GOLDEN_FILES=1 cabal test all
- name: "Tar artifacts"
shell: bash
Expand Down

0 comments on commit 6b36414

Please sign in to comment.