fetch_ml/.forgejo/workflows/test.yml
Jeremie Fraeys 19853dbdf6
Some checks failed
Test / test (push) Successful in 1s
Checkout test / test (push) Has been cancelled
Documentation / build-and-publish (push) Has been cancelled
ci: add test workflow and ignore Instruments traces
2026-02-12 13:13:24 -05:00

7 lines
No EOL
114 B
YAML

name: Test
on: [push]
jobs:
test:
runs-on: self-hosted
steps:
- run: echo "Hello from self-hosted"