run tests as port of pipeline
All checks were successful
Gitea Actions Demo / gateway-pipeline (push) Successful in 1m30s

This commit is contained in:
Nicu Hodos 2025-10-05 21:16:45 +02:00
parent 1c44308b21
commit 7ba1048f4b

View File

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: static check
- name: Run native tests
run: |
pio check -e pro-mini
pio test -e native
- run: echo "🍏 This job's status is ${{ job.status }}."