Skip to content

Commit

Permalink
add services
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Jun 18, 2024
1 parent 89b0361 commit 81eb770
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/validate-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 81eb770

Please sign in to comment.