File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
Expand file tree Collapse file tree 3 files changed +2
-7
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,8 +38,7 @@ RUN apt-get -q --no-allow-insecure-repositories update \
3838 texlive-pictures \
3939 texlive-plain-generic \
4040 texlive-xetex \
41- wget \
42- xvfb
41+ wget
4342
4443ARG plantuml_jar=plantuml.1.2018.9.jar
4544RUN wget https://sourceforge.net/projects/plantuml/files/${plantuml_jar} \
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ 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-
1310archive : .build/lua-filters.tar.gz
1411
1512archives : .build/lua-filters.tar.gz .build/lua-filters.zip
@@ -23,7 +20,7 @@ docker-test:
2320 --rm \
2421 --volume " $( PWD) :/data" \
2522 --entrypoint /usr/bin/make \
26- $(LUA_FILTERS_TEST_IMAGE ) FILTERS=" ${FILTERS} " test-docker
23+ $(LUA_FILTERS_TEST_IMAGE ) FILTERS=" ${FILTERS} "
2724
2825docker-test-image : .tools/Dockerfile
2926 docker build --tag $(LUA_FILTERS_TEST_IMAGE ) --file $< .
You can’t perform that action at this time.
0 commit comments