Adding Orchard.Azure.Tests to the solution, cleanup and DRYing, but it can't start the storage emulator on its own anymore

When running those tests, make sure the storage emulator is running: npm install azurite -g; azurite --blobHost 127.0.0.1
This commit is contained in:
Benedek Farkas
2025-10-14 23:29:17 +02:00
parent dffd946e4c
commit 11bf8f4a06
6 changed files with 65 additions and 110 deletions

View File

@@ -7,7 +7,6 @@ on:
branches:
- 1.10.x
- dev
- task/nuget-updates
schedule:
- cron: '0 0 * * 1' # Every Monday midnight.