rc-gateway/.gitea/workflows/gateway.yaml
Nicu Hodos 067bf92859
Some checks failed
Gitea Actions Demo / gateway-pipeline (push) Failing after 44s
again
2025-10-06 09:17:10 +02:00

14 lines
311 B
YAML

name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
gateway-pipeline:
runs-on: linux-amd64
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run native tests
run: |
pio test -e native