From 7ba1048f4b0a608b15ab3878c6ac855c0f5d5bf3 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Sun, 5 Oct 2025 21:16:45 +0200 Subject: [PATCH] run tests as port of pipeline --- .gitea/workflows/gateway.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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