We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5bdc5 commit e371824Copy full SHA for e371824
.github/workflows/main.yml
@@ -61,7 +61,8 @@ jobs:
61
62
- name: Install TestCoverage
63
run: |
64
- echo "zpm \"install testcoverage\":1:1" > install-testcoverage
+ echo "zpm \"install testcoverage -v\"" > install-testcoverage
65
+ echo "zpm \"history\"" >> install-testcoverage
66
docker exec --interactive $instance iris session $instance -B < install-testcoverage
67
chmod 777 $GITHUB_WORKSPACE
68
0 commit comments