Files
site/.tasks/test.yml
2026-03-15 22:47:27 +01:00

11 lines
191 B
YAML

version: "3"
tasks:
unit:
desc: "Uruchom testy jednostkowe"
cmd: echo "No tests configured yet"
all:
desc: "Uruchom wszystkie testy"
cmd: echo "No tests configured yet"