Skip to content

Commit 3226408

Browse files
committed
test: verbose output for migration tests
1 parent 70675ca commit 3226408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
'zpm "install sslclient":1\n' \
190190
'zpm "install zpm -v":1\n' \
191191
'zpm "load -dev /tmp/test-package/":1\n' \
192-
'zpm "test ipm-migration-v0.7-to-v0.9 -only":1\n' \
192+
'zpm "test ipm-migration-v0.7-to-v0.9 -only -verbose":1\n' \
193193
'halt\n' \
194194
| docker exec -i $CONTAINER iris session iris -UUSER
195195
docker stop $CONTAINER

0 commit comments

Comments
 (0)