diff --git a/.gitea/workflows/gateway.yaml b/.gitea/workflows/gateway.yaml index ebb6db8..f78e8d1 100644 --- a/.gitea/workflows/gateway.yaml +++ b/.gitea/workflows/gateway.yaml @@ -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 }}." \ No newline at end of file