mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-01-08 04:14:25 +01:00
Update main.yaml
Fix wrong indent
This commit is contained in:
parent
5c479d51ab
commit
54d7be6af8
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
@ -21,10 +21,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install platformio
|
pip install platformio
|
||||||
- name: Run PlatformIO Tests
|
- name: Run PlatformIO Tests
|
||||||
run: platformio test --environment desktop
|
run: platformio test --environment desktop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user