Skip to content

Commit 4576967

Browse files
committed
Remove docker from build
1 parent 1c6280d commit 4576967

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
echo "MINVERVERSIONOVERRIDE=$version" >> $GITHUB_ENV
2323
- name: Build
2424
run: dotnet build --configuration Release
25-
- name: Start Services
26-
run: docker-compose up -d && docker-compose up ready
2725
- name: Run Tests
2826
run: dotnet test --configuration Release --no-build
2927
- name: Package

0 commit comments

Comments
 (0)