mirror of https://github.com/scrapy/scrapy.git
Pass DELTA_API_KEY and DELTA_REPO_ID to tox test runners
This commit is contained in:
parent
5150b80785
commit
0dfff7301d
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
runs-on: macos-latest
|
||||
env:
|
||||
PYTEST_ADDOPTS: -n auto
|
||||
DELTA_API_KEY: ${{ secrets.DELTA_API_KEY }}
|
||||
DELTA_REPO_ID: ${{ secrets.DELTA_REPO_ID }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
|
|
@ -132,6 +132,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
env:
|
||||
PYTEST_ADDOPTS: -n auto
|
||||
DELTA_API_KEY: ${{ secrets.DELTA_API_KEY }}
|
||||
DELTA_REPO_ID: ${{ secrets.DELTA_REPO_ID }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
env:
|
||||
PYTEST_ADDOPTS: -n auto
|
||||
DELTA_API_KEY: ${{ secrets.DELTA_API_KEY }}
|
||||
DELTA_REPO_ID: ${{ secrets.DELTA_REPO_ID }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in New Issue