mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
azurite as a step
This commit is contained in:
@@ -76,6 +76,15 @@ jobs:
|
||||
dotnet
|
||||
workflow-samples
|
||||
|
||||
- name: Start Azurite
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
docker run -d \
|
||||
-p 10000:10000 \
|
||||
-p 10001:10001 \
|
||||
-p 10002:10002 \
|
||||
mcr.microsoft.com/azure-storage/azurite:latest
|
||||
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v5.0.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user