From 0694151021e5dbbf115560db1ee1d7279052c412 Mon Sep 17 00:00:00 2001 From: michaelmajgaard <52096428+michaelmajgaard@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:15:08 +0200 Subject: [PATCH] fix wf --- .github/workflows/ci-dotnet.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci-dotnet.yml b/.github/workflows/ci-dotnet.yml index 7205471..e50c6f6 100644 --- a/.github/workflows/ci-dotnet.yml +++ b/.github/workflows/ci-dotnet.yml @@ -67,11 +67,6 @@ jobs: filter: DisplayName!~AggregatedTimeSeriesQueriesCsvTests use_azure_functions_tools: true contentroot_variable_name: empty # Means skip - - name: Events - paths: \source\settlement-report\Events\Events.IntegrationTests\bin\Release\net8.0\Energinet.DataHub.SettlementReport.Events.IntegrationTests.dll - filter: empty # Means skip - use_azure_functions_tools: false - contentroot_variable_name: empty # Means skip uses: Energinet-DataHub/.github/.github/workflows/dotnet-postbuild-test.yml@v14 with: download_attempt_limit: 30