File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
docker-compose-teardown-dbs Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6060 if : ${{ (matrix.os == 'ubuntu-22.04') && (matrix.dotnet-version == '3.1.x') }}
6161 run : dotnet test --no-build --verbosity normal --configuration Release --filter TestCategory=DB-TESTS
6262
63+ post :
6364 - name : Docker Compose (Tear Down - DB Containers)
6465 if : ${{ (matrix.os == 'ubuntu-22.04') && (matrix.dotnet-version == '3.1.x') }}
6566 uses : ./.github/workflows/docker-compose-teardown-dbs
@@ -109,14 +110,15 @@ jobs:
109110 - name : Test
110111 run : dotnet test --no-build --verbosity normal --configuration Release --filter TestCategory=DB-TESTS /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
111112
112- - name : Docker Compose (Tear Down - DB Containers)
113- uses : ./.github/workflows/docker-compose-teardown-dbs
114-
115113 - name : Upload Coverage To Codecov
116114 uses : codecov/codecov-action@v4
117115 with :
118116 token : ${{ secrets.CODECOV_TOKEN }}
119117
118+ post :
119+ - name : Docker Compose (Tear Down - DB Containers)
120+ uses : ./.github/workflows/docker-compose-teardown-dbs
121+
120122 # Code Quality
121123 Code-Quality :
122124 name : Code Quality (SonarCloud)
Original file line number Diff line number Diff line change 44 using : ' composite'
55
66 steps :
7- post :
87 - name : Docker Compose (Tear Down - DB Containers)
9- if : always()
108 shell : bash
119 run : docker compose -f docker-compose.yml down
You can’t perform that action at this time.
0 commit comments