Skip to content

Commit 57fd985

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

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)