11 lines
191 B
YAML
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"
|