mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 05:41:54 +02:00
tests: Set SINGLEFILE_BINARY instead of putting the binary in the path
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -53,8 +53,8 @@ jobs:
|
|||||||
- name: Give singlefile execution permissions
|
- name: Give singlefile execution permissions
|
||||||
run: chmod +x singlefile/cli/single-file
|
run: chmod +x singlefile/cli/single-file
|
||||||
|
|
||||||
- name: Add singlefile cli folder to path
|
- name: Set SINGLEFILE_BINARY
|
||||||
run: echo "::add-path::$GITHUB_WORKSPACE/singlefile/cli"
|
run: echo "::set-env name=SINGLEFILE_BINARY::$GITHUB_WORKSPACE/singlefile/cli/single-file"
|
||||||
|
|
||||||
- name: Set up Python ${{ matrix.python }}
|
- name: Set up Python ${{ matrix.python }}
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
|
Reference in New Issue
Block a user