Some checks failed
Gitea Actions Demo / gateway-pipeline (push) Has been cancelled
14 lines
311 B
YAML
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: self-hosted
|
|
steps:
|
|
- name: Check out repository code
|
|
uses: actions/checkout@v4
|
|
- name: Run native tests
|
|
run: |
|
|
pio test -e native
|