rc-gateway/.gitea/workflows/gateway.yaml
Nicu Hodos 83c74c52a1
All checks were successful
Gitea Actions Demo / gateway-pipeline (push) Successful in 1m7s
simplify pipeline
2025-10-05 21:34:55 +02:00

14 lines
312 B
YAML

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