File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 5959 - name : Test
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
62-
63- post :
62+
6463 - name : Docker Compose (Tear Down - DB Containers)
65- if : ${{ (matrix.os == 'ubuntu-22.04') && (matrix.dotnet-version == '3.1.x') }}
64+ if : ${{ (matrix.os == 'ubuntu-22.04') && (matrix.dotnet-version == '3.1.x') && always() }}
6665 uses : ./.github/workflows/docker-compose-teardown-dbs
6766
6867 # Code Coverage
@@ -109,16 +108,16 @@ jobs:
109108
110109 - name : Test
111110 run : dotnet test --no-build --verbosity normal --configuration Release --filter TestCategory=DB-TESTS /p:CollectCoverage=true /p:CoverletOutputFormat=lcov
111+
112+ - name : Docker Compose (Tear Down - DB Containers)
113+ if : always()
114+ uses : ./.github/workflows/docker-compose-teardown-dbs
112115
113116 - name : Upload Coverage To Codecov
114117 uses : codecov/codecov-action@v4
115118 with :
116119 token : ${{ secrets.CODECOV_TOKEN }}
117120
118- post :
119- - name : Docker Compose (Tear Down - DB Containers)
120- uses : ./.github/workflows/docker-compose-teardown-dbs
121-
122121 # Code Quality
123122 Code-Quality :
124123 name : Code Quality (SonarCloud)
You can’t perform that action at this time.
0 commit comments