workflow syntax

This commit is contained in:
Lex Berezhny 2021-07-30 10:43:24 -04:00
parent 5ab0035348
commit e96875a425

View file

@ -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