Skip to content

Commit

Permalink
ci: don't archive test_runs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Nov 8, 2024
1 parent 28972e3 commit b14aa8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
run: |
cabal test all --test-option="--headless-tests"
- name: Archive test_runs
uses: actions/upload-artifact@v4
if: always()
with:
name: code-coverage-report
path: test_runs
# - name: Archive test_runs
# uses: actions/upload-artifact@v4
# if: always()
# with:
# name: test-runs-${{ runner.os }}-${{ matrix.ghc }}
# path: test_runs

stack:
name: stack / ghc ${{ matrix.ghc }}
Expand Down

0 comments on commit b14aa8b

Please sign in to comment.