From 8b8b057f8be2ae46567aa521ab27a698425ef1de Mon Sep 17 00:00:00 2001 From: Rodny Joseph Date: Wed, 22 Jan 2025 19:16:42 -0600 Subject: [PATCH] remove test step for now --- .github/workflows/build.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9d6def0..001e31e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,7 +36,4 @@ jobs: run: dotnet format --verify-no-changes --verbosity diagnostic - name: Build - run: dotnet build --no-restore -c Release --warnAsError - - - name: Tests - run: dotnet test --no-build --no-restore -c Release tests/Xes.UnitTests/Xes.Tests.csproj + run: dotnet build --no-restore -c Release --warnAsError \ No newline at end of file