initial commit
This commit is contained in:
10
.tasks/test.yml
Normal file
10
.tasks/test.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user