Skip to content

Commit f2ddc56

Browse files
committed
ci(tests): Update appveyor config
1 parent 716d6dc commit f2ddc56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,16 @@ build:
2222
project: Maria.sln
2323
verbosity: minimal
2424

25+
test:
26+
assemblies:
27+
- '**\Maria.Tests.dll'
28+
2529
before_package:
2630
- ps: .\BuildUnityPackages.ps1
2731

2832
artifacts:
2933
- path: '*.unitypackage'
34+
- path: '*Maria*\bin\Release\*\*Maria*'
3035

3136
cache: '%APPDATA%\npm'
3237

0 commit comments

Comments
 (0)