Skip to content

Commit 728711c

Browse files
committed
fix: use zpm load instead of manual import
1 parent 7ee4133 commit 728711c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
- name: Install TestCoverage
3434
run: |
3535
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)
36+
zpm "load -verbose /home/runner/work/TestCoverage/TestCoverage/"
3837
EOF
3938
# Workaround for permissions issues in TestCoverage (creating directory for source export)
4039
chmod 777 $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)