Skip to content

Commit c3eab25

Browse files
committed
wip: fix ci build
1 parent 7d5bdc5 commit c3eab25

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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
@@ -61,9 +61,15 @@ jobs:
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: |

0 commit comments

Comments
 (0)