File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3636
3737 - name : Run tests in Docker image
3838 run : make docker-test
39+
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ RUN apt-get -q --no-allow-insecure-repositories update \
3838 texlive-pictures \
3939 texlive-plain-generic \
4040 texlive-xetex \
41- wget
41+ wget \
42+ xvfb
4243
4344ARG plantuml_jar=plantuml.1.2018.9.jar
4445RUN wget https://sourceforge.net/projects/plantuml/files/${plantuml_jar} \
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ LUA_FILTERS_TEST_IMAGE = pandoc/lua-filters-test
77test :
88 sh runtests.sh $(FILTERS )
99
10+ test-docker :
11+ xvfb-run sh runtests.sh $(FILTERS )
12+
1013archive : .build/lua-filters.tar.gz
1114
1215archives : .build/lua-filters.tar.gz .build/lua-filters.zip
@@ -20,7 +23,7 @@ docker-test:
2023 --rm \
2124 --volume " $( PWD) :/data" \
2225 --entrypoint /usr/bin/make \
23- $(LUA_FILTERS_TEST_IMAGE ) FILTERS=" ${FILTERS} "
26+ $(LUA_FILTERS_TEST_IMAGE ) FILTERS=" ${FILTERS} " test-docker
2427
2528docker-test-image : .tools/Dockerfile
2629 docker build --tag $(LUA_FILTERS_TEST_IMAGE ) --file $< .
You can’t perform that action at this time.
0 commit comments