Skip to content

Commit 6e4eaf4

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.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\":1:1" > install-testcoverage
65+
echo "zpm \"history\":1:1" > install-testcoverage
6566
docker exec --interactive $instance iris session $instance -B < install-testcoverage
6667
chmod 777 $GITHUB_WORKSPACE
6768

0 commit comments

Comments
 (0)