summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-01-28 02:49:46 +0000
committerMatthew Peveler <matt.peveler@gmail.com>2021-01-28 03:12:38 +0000
commitdd17172b65ad1ab5b53a9d59d99d0cd259dc653c (patch)
treef590e58e9a91d7d962e18c627f3d366425235df7
parente4fae7cbf68cd5403d63a2b5c9a76da5a8be2199 (diff)
downloadasciidoc-py3-dd17172b65ad1ab5b53a9d59d99d0cd259dc653c.tar.gz
fix failing test suite failures
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--.github/workflows/test.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 397193a..da94989 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -64,7 +64,7 @@ jobs:
texlive-latex-base \
xsltproc
- - run: python asciidoc.py --doctest
+ - run: python asciidoc/asciidoc.py --doctest
- run: time python tests/testasciidoc.py run
- run: git clean -x -f doc tests/data
@@ -94,6 +94,5 @@ jobs:
with:
python-version: ${{ env.python-version }}
- - run: python asciidoc.py --doctest
- - run: python asciidocapi.py
+ - run: python asciidoc/asciidoc.py --doctest
- run: python tests/testasciidoc.py run --number 6