Skip to content

Commit 6e85555

Browse files
committed
bump again
1 parent 07be3f4 commit 6e85555

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
with:
206206
python-version: 3.12
207207
- name: install python dependencies
208-
run: pip install htmlcmp==1.0.1
208+
run: pip install htmlcmp==1.0.2
209209

210210
- name: download binaries
211211
uses: actions/download-artifact@v4

test/scripts/compare_output_server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ docker run -ti \
1818
-p 8000:8000 \
1919
--platform linux/amd64 \
2020
ghcr.io/opendocument-app/odr_core_test \
21-
python3 /repo/test/scripts/compare_output_server.py /repo/$REF /repo/$OBS --compare --driver $DRIVER --port 8000
21+
compare-html-server /repo/$REF /repo/$OBS --compare --driver $DRIVER --port 8000

0 commit comments

Comments
 (0)