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 31961fd commit c3579fbCopy full SHA for c3579fb
.github/workflows/release.yml
@@ -64,6 +64,7 @@ jobs:
64
echo 'set list("TestCoverage.inc") = ""' >> export
65
echo 'do $System.OBJ.Export(.list,"TestCoverage-${{ github.ref }}.xml","/exportversion=2017.2")' >> export
66
docker exec --interactive $instance iris session $instance -B < build && docker exec --interactive $instance iris session $instance -B < test && docker exec --interactive $instance iris session $instance -B < export
67
+ ls -alR
68
69
- name: Create Release
70
id: create_release
0 commit comments