Update main.yaml

Fix wrong indent
This commit is contained in:
Patrick Rathje 2020-08-18 23:17:53 +02:00 committed by GitHub
parent 5c479d51ab
commit 54d7be6af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -21,10 +21,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v1
- name: Install dependencies
run: |
run: |
python -m pip install --upgrade pip
pip install platformio
- name: Run PlatformIO Tests
run: platformio test --environment desktop
run: platformio test --environment desktop