File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ jobs:
5555 run : docker build . --file FileProcessor/Dockerfile --tag fileprocessor:latest
5656
5757 - name : Run Integration Tests
58- run : dotnet test "FileProcessor.IntegrationTests\FileProcessor.IntegrationTests.csproj" --filter Category=Nightly
58+ run : dotnet test "FileProcessor.IntegrationTests\FileProcessor.IntegrationTests.csproj"
5959
60- - name : Run Integration Tests 1
61- run : dotnet test "FileProcessor.IntegrationTests\FileProcessor.IntegrationTests.csproj" --filter Category=Nightly1
60+ # - name: Run Integration Tests 1
61+ # run: dotnet test "FileProcessor.IntegrationTests\FileProcessor.IntegrationTests.csproj" --filter Category=Nightly1
6262
63- - name : Run Integration Tests 2
64- run : dotnet test "FileProcessor.IntegrationTests\FileProcessor.IntegrationTests.csproj" --filter Category=Nightly2
63+ # - name: Run Integration Tests 2
64+ # run: dotnet test "FileProcessor.IntegrationTests\FileProcessor.IntegrationTests.csproj" --filter Category=Nightly2
6565
66666767 if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments