Skip to content

Commit 7ee4133

Browse files
committed
fix: install & publish the tagged version instead of registry version
1 parent adbe6ae commit 7ee4133

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
3333
- name: Install TestCoverage
3434
run: |
35-
echo "zpm \"install testcoverage\":1:1" > install-testcoverage
36-
docker exec --interactive $instance iris session $instance -B < install-testcoverage
35+
docker exec --interactive $instance iris session $instance << EOF
36+
Set root = "/home/runner/work/TestCoverage/TestCoverage"
37+
Do $System.OBJ.ImportDir(root,"*.inc;*.cls","ck",,1)
38+
EOF
3739
# Workaround for permissions issues in TestCoverage (creating directory for source export)
3840
chmod 777 $GITHUB_WORKSPACE
3941

0 commit comments

Comments
 (0)