psemek/.forgejo/workflows/run-tests.yml
lisyarus 5dcde44dba
Some checks failed
Run tests / test (push) Has been cancelled
Test runner wip
2026-07-02 20:10:00 +03:00

17 lines
254 B
YAML

name: Run tests
on:
push:
branches:
- master
jobs:
test:
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: |
echo "Replace with your real test command"