forked from LBRYCommunity/lbry-sdk
workflow syntax
This commit is contained in:
parent
5ab0035348
commit
e96875a425
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -55,9 +55,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
HOME: /tmp
|
HOME: /tmp
|
||||||
run: make test-unit-coverage
|
run: make test-unit-coverage
|
||||||
- if: !startsWith(runner.os, 'linux')
|
- if: startsWith(runner.os, 'linux') != true
|
||||||
run: pip install -e .[test]
|
run: pip install -e .[test]
|
||||||
- if: !startsWith(runner.os, 'linux')
|
- if: startsWith(runner.os, 'linux') != true
|
||||||
env:
|
env:
|
||||||
HOME: /tmp
|
HOME: /tmp
|
||||||
run: python -m unittest tests/unit/test_conf.py
|
run: python -m unittest tests/unit/test_conf.py
|
||||||
|
|
Loading…
Reference in a new issue