1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-08 07:36:31 +02: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