Skip to content

Commit 1282dec

Browse files
committed
fix
1 parent 2b4eb59 commit 1282dec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
- name: compare public test outputs
241241
shell: bash
242242
run: |
243-
html-compare \
243+
compare-html \
244244
--driver firefox \
245245
--max-workers 1 \
246246
test/data/reference-output/odr-public/output \
@@ -251,7 +251,7 @@ jobs:
251251
- name: compare private test outputs
252252
shell: bash
253253
run: |
254-
html-compare \
254+
compare-html \
255255
--driver firefox \
256256
--max-workers 1 \
257257
test/data/reference-output/odr-private/output \

0 commit comments

Comments
 (0)