Skip to content

Commit

Permalink
Fix release workflow again…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Dec 6, 2024
1 parent 3edf98c commit 8e713e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ jobs:
if: success() || failure() # always run even if the previous step fails
with:
report_paths: "report.xml"
cp ${bin} distribution/print-api
echo "$GITHUB_WORKSPACE/distribution" >> "$GITHUB_PATH"

- name: Test
run: cabal test --project-file=cabal.static.project --test-options "--xml=../print-api/report.xml" all
Expand Down

0 comments on commit 8e713e9

Please sign in to comment.