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 3edf98c commit 8e713e9Copy full SHA for 8e713e9
.github/workflows/release.yml
@@ -189,8 +189,6 @@ jobs:
189
if: success() || failure() # always run even if the previous step fails
190
with:
191
report_paths: "report.xml"
192
- cp ${bin} distribution/print-api
193
- echo "$GITHUB_WORKSPACE/distribution" >> "$GITHUB_PATH"
194
195
- name: Test
196
run: cabal test --project-file=cabal.static.project --test-options "--xml=../print-api/report.xml" all
0 commit comments