Skip to content

Commit c3579fb

Browse files
committed
to(ci): check what's exported (if at all)
1 parent 31961fd commit c3579fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
echo 'set list("TestCoverage.inc") = ""' >> export
6565
echo 'do $System.OBJ.Export(.list,"TestCoverage-${{ github.ref }}.xml","/exportversion=2017.2")' >> export
6666
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
6768
6869
- name: Create Release
6970
id: create_release

0 commit comments

Comments
 (0)