We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d52a4 commit 7c3a8b6Copy full SHA for 7c3a8b6
.github/workflows/release.yml
@@ -93,8 +93,6 @@ jobs:
93
if: success() || failure() # always run even if the previous step fails
94
with:
95
report_paths: "report.xml"
96
- cp ${bin} distribution/print-api
97
- echo "$GITHUB_WORKSPACE/distribution" >> "$GITHUB_PATH"
98
99
- name: Test
100
run: cabal test --project-file=cabal.static.project --test-options "--xml=../print-api/report.xml" all
0 commit comments