Skip to content

Commit e371824

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
6262
- name: Install TestCoverage
6363
run: |
64-
echo "zpm \"install testcoverage\":1:1" > install-testcoverage
64+
echo "zpm \"install testcoverage -v\"" > install-testcoverage
65+
echo "zpm \"history\"" >> install-testcoverage
6566
docker exec --interactive $instance iris session $instance -B < install-testcoverage
6667
chmod 777 $GITHUB_WORKSPACE
6768

0 commit comments

Comments
 (0)