mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
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:
1
.github/workflows/specflow.yml
vendored
1
.github/workflows/specflow.yml
vendored
@@ -7,7 +7,6 @@ on:
|
||||
branches:
|
||||
- 1.10.x
|
||||
- dev
|
||||
- task/nuget-updates
|
||||
schedule:
|
||||
- cron: '0 0 * * 1' # Every Monday midnight.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user