mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-25 00:44:20 +01:00
gci: Re-enable DEVELOPER=0 builds
This commit is contained in:
@@ -116,7 +116,6 @@ def run_one(p: Plugin) -> bool:
|
||||
pytest_path,
|
||||
p.path,
|
||||
'-vvv',
|
||||
'-n 5',
|
||||
'--timeout=300',
|
||||
'--junitxml=report-{}.xml'.format(p.name),
|
||||
'--reruns=2',
|
||||
|
||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8]
|
||||
developer: [1]
|
||||
developer: [0,1]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user