From 83c74c52a1ef97e3cd588eb66a3dce368fea4be8 Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Sun, 5 Oct 2025 21:34:55 +0200 Subject: [PATCH] simplify pipeline --- .gitea/workflows/gateway.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/workflows/gateway.yaml b/.gitea/workflows/gateway.yaml index f78e8d1..f874864 100644 --- a/.gitea/workflows/gateway.yaml +++ b/.gitea/workflows/gateway.yaml @@ -6,14 +6,8 @@ jobs: gateway-pipeline: runs-on: ubuntu-22.04 steps: - - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code 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: Run native tests run: | pio test -e native - - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file