mirror of
https://github.com/CovidBraceletPrj/CovidBracelet.git
synced 2025-01-06 19:34:24 +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:
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user