Update build.yml

This commit is contained in:
Verkehrsrot 2023-06-28 21:35:51 +02:00 committed by GitHub
parent ea5146e51e
commit 76b0571ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ jobs:
- name: Build and deploy for testboard
env:
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
run: pio remote -a prenzlpi run -t upload -r
run: pio remote -a prenzlpi run -t upload
- name: Wait 120 seconds
run: sleep 120s
shell: bash