Skip to content

Commit 64e7a87

Browse files
committed
unovonv is deprecated, use unoserver (Fixes #332) (#353)
1 parent 533b5f2 commit 64e7a87

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/python-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ jobs:
2727
--health-timeout 5s
2828
--health-retries 5
2929
ports:
30-
# Maps tcp port 5432 on service container to the host
3130
- 5432:5432
31+
unoserver:
32+
image: ghcr.io/dochub-ulb/unoserver:latest
33+
ports:
34+
- 2003:2003
3235

3336

3437
steps:

0 commit comments

Comments
 (0)