Skip to content

Commit

Permalink
Merge pull request #78 from jgm/feat/add-notes-test-case
Browse files Browse the repository at this point in the history
Fix the CI pipeline
  • Loading branch information
Witiko authored Jul 1, 2024
2 parents 6f0afe1 + 8de103d commit 708c670
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
docker build -t jgm/lunamark .
- name: Run unit tests
run: |
docker run --rm -v "$PWD":/mnt -w /mnt --entrypoint /bin/sh jgm/lunamark -c 'make testdeps && make test'
docker run --rm -v "$PWD":/mnt -w /mnt --entrypoint /bin/bash jgm/lunamark -c 'set -e; eval "$(luarocks path)"; make testdeps; make test'
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ testdeps:
luarocks --local install alt-getopt

test:
LUAPATH="?.lua;lunamark/?.lua;lunamark/?/?.lua;$$LUAPATH"
LUNAMARK_EXTENSIONS="" bin/shtest ${TESTOPTS} -d tests/Markdown_1.0.3 -p ${PROG} ${OPTS}
LUNAMARK_EXTENSIONS="" bin/shtest ${TESTOPTS} -d tests/lunamark -p ${PROG} ${OPTS}

Expand Down

0 comments on commit 708c670

Please sign in to comment.