Skip to content

Change windows for test #2

Change windows for test

Change windows for test #2

Workflow file for this run

name: Windows
on:
push:
branches:
- main
- test_windows
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Run heltec_wifi_kit_32_V3
run: platformio run -e heltec_wifi_kit_32_V3 -d ./examples/example1/
test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5

Check failure on line 30 in .github/workflows/windows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/windows.yml

Invalid workflow file

You have an error in your yaml syntax on line 30
with:
python-version: '3.10'
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Run tests on the native platform
run: platformio test -e stable -d ./examples/example1/