mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Pass extra envs to the tox
This commit is contained in:
1
.github/workflows/core.yml
vendored
1
.github/workflows/core.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
||||
|
||||
- name: Integration Tests
|
||||
env:
|
||||
TOX_TESTENV_PASSENV: ${{ secrets.TOX_TESTENV_PASSENV }}
|
||||
TEST_EMAIL_LOGIN: ${{ secrets.TEST_EMAIL_LOGIN }}
|
||||
TEST_EMAIL_PASSWORD: ${{ secrets.TEST_EMAIL_PASSWORD }}
|
||||
TEST_EMAIL_IMAP_SERVER: ${{ secrets.TEST_EMAIL_IMAP_SERVER }}
|
||||
|
Reference in New Issue
Block a user