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:
|
||||
HOME: /tmp
|
||||
run: make test-unit-coverage
|
||||
- if: !startsWith(runner.os, 'linux')
|
||||
- if: startsWith(runner.os, 'linux') != true
|
||||
run: pip install -e .[test]
|
||||
- if: !startsWith(runner.os, 'linux')
|
||||
- if: startsWith(runner.os, 'linux') != true
|
||||
env:
|
||||
HOME: /tmp
|
||||
run: python -m unittest tests/unit/test_conf.py
|
||||
|
|
Loading…
Reference in a new issue