File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 # ** FOR GENERAL USE, LIKELY NEED TO CHANGE **
2121 package : git-source-control
22- container_image : intersystemsdc/ iris-community:latest
22+ container_image : containers.intersystems.com/intersystems/ iris-community:latest-cd
2323
2424 # ** FOR GENERAL USE, MAY NEED TO CHANGE **
2525 build_flags : -dev -verbose
6161
6262 - name : Install TestCoverage
6363 run : |
64- echo "zpm \"install testcoverage\":1:1" > install-testcoverage
64+ echo "zpm \"install testcoverage -v \":1:1" > install-testcoverage
6565 docker exec --interactive $instance iris session $instance -B < install-testcoverage
6666 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
6773
6874 - name : Build and Test
6975 run : |
You can’t perform that action at this time.
0 commit comments