We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5bdc5 commit 57fd985Copy full SHA for 57fd985
1 file changed
.github/workflows/main.yml
@@ -61,9 +61,15 @@ jobs:
61
62
- name: Install TestCoverage
63
run: |
64
- echo "zpm \"install testcoverage\":1:1" > install-testcoverage
+ echo "zpm \"install testcoverage -v\":1:1" > install-testcoverage
65
docker exec --interactive $instance iris session $instance -B < install-testcoverage
66
chmod 777 $GITHUB_WORKSPACE
67
+
68
+ - name: Debug show IPM history
69
+ if: always()
70
+ run: |
71
+ echo "zpm \"history\":1:1" > zpm-history
72
+ docker exec --interactive $instance iris session $instance -B < zpm-history
73
74
- name: Build and Test
75
0 commit comments