Skip to content

Commit 03dc237

Browse files
run all tests on nightly
1 parent 6be7d9f commit 03dc237

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nightlybuild.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

6666
- uses: actions/[email protected]
6767
if: ${{ failure() }}

0 commit comments

Comments
 (0)