1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00

add MERCURY_BINARY to CI env

This commit is contained in:
ttimasdf 2020-09-22 17:00:51 +08:00 committed by Cristian Vargas
parent 357b677363
commit dd98401a00

View file

@ -92,6 +92,7 @@ jobs:
npm install
echo "::set-env name=SINGLEFILE_BINARY::$GITHUB_WORKSPACE/node_modules/.bin/single-file"
echo "::set-env name=READABILITY_BINARY::$GITHUB_WORKSPACE/node_modules/.bin/readability-extractor"
echo "::set-env name=MERCURY_BINARY::$GITHUB_WORKSPACE/node_modules/.bin/mercury-parser"
### Run the tests