File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -173,12 +173,8 @@ jobs:
173
173
run : dotnet build -c ${{ env.BUILD_CONFIG }} --nologo "${{ env.SOLUTION }}"
174
174
working-directory : ./src
175
175
176
- - name : Start docker-compose
177
- run : docker compose up -d --wait
178
- working-directory : ./src/Plugins/MinIO/Tests
179
-
180
176
- name : Test
181
- run : find ~+ -type f -name "*.Test .csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal -r "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings
177
+ run : find ~+ -type f -name "*.Tests .csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal -r "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings
182
178
working-directory : ./src
183
179
184
180
- name : End SonarScanner
@@ -188,13 +184,6 @@ jobs:
188
184
run : dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
189
185
working-directory : ./src
190
186
191
- - name : Stop docker-compose
192
- run : |
193
- docker compose down
194
- docker volume rm tests_minio_data
195
- docker volume rm tests_minio_config
196
- working-directory : ./src/Plugins/MinIO/Tests
197
-
198
187
199
188
with :
200
189
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments