mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-27 13:14:24 -04:00
tests: Set SINGLEFILE_BINARY instead of putting the binary in the path
This commit is contained in:
parent
e2c4e6fff9
commit
733075cbd0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -53,8 +53,8 @@ jobs:
|
|||
- name: Give singlefile execution permissions
|
||||
run: chmod +x singlefile/cli/single-file
|
||||
|
||||
- name: Add singlefile cli folder to path
|
||||
run: echo "::add-path::$GITHUB_WORKSPACE/singlefile/cli"
|
||||
- name: Set SINGLEFILE_BINARY
|
||||
run: echo "::set-env name=SINGLEFILE_BINARY::$GITHUB_WORKSPACE/singlefile/cli/single-file"
|
||||
|
||||
- name: Set up Python ${{ matrix.python }}
|
||||
uses: actions/setup-python@v1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue