forked from platformio/platformio-core
Cleanup CI configs
This commit is contained in:
8
.github/workflows/core.yml
vendored
8
.github/workflows/core.yml
vendored
@ -14,15 +14,18 @@ jobs:
|
||||
python-version: "3.6"
|
||||
- os: windows-latest
|
||||
python-version: "3.10"
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: "recursive"
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
@ -31,6 +34,7 @@ jobs:
|
||||
- name: Python Lint
|
||||
run: |
|
||||
tox -e lint
|
||||
|
||||
- name: Integration Tests
|
||||
env:
|
||||
TEST_EMAIL_LOGIN: ${{ secrets.TEST_EMAIL_LOGIN }}
|
||||
|
5
.github/workflows/projects.yml
vendored
5
.github/workflows/projects.yml
vendored
@ -34,11 +34,6 @@ jobs:
|
||||
config_dir: "OpenMQTTGateway"
|
||||
env_name: "esp32-m5atom"
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
exclude:
|
||||
- os: macos-latest
|
||||
project: esphome
|
||||
- os: windows-latest
|
||||
project: esphome
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user