From 81eb770d6430722ca3a47e608f758dd2230d6b1d Mon Sep 17 00:00:00 2001 From: David Justo Date: Tue, 18 Jun 2024 14:40:16 -0700 Subject: [PATCH] add services --- .github/workflows/validate-build.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/validate-build.yml b/.github/workflows/validate-build.yml index 1a99262c6..40eaa7011 100644 --- a/.github/workflows/validate-build.yml +++ b/.github/workflows/validate-build.yml @@ -15,18 +15,19 @@ env: solution: DurableTask.sln config: Release -services: - azurite: - image: mcr.microsoft.com/azure-storage/azurite - ports: - - 10000:10000 - - 10001:10001 - - 10002:10002 - jobs: build: runs-on: windows-latest + services: + azurite: + image: mcr.microsoft.com/azure-storage/azurite + ports: + - 10000:10000 + - 10001:10001 + - 10002:10002 + + steps: - uses: actions/checkout@v3 with: