Update build.yml

This commit is contained in:
Verkehrsrot 2023-06-28 14:52:19 +02:00 committed by GitHub
parent 0f1ec1b01d
commit 6f81fc34b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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