From b866e07fe9f67f26ca9560f172f56c8788bdb540 Mon Sep 17 00:00:00 2001 From: Carl-Hugo Marcotte Date: Wed, 9 Aug 2023 09:42:26 -0400 Subject: [PATCH] Reactivate tests I do not know whay they were deactivated. --- .github/workflows/master.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9d0cbdf..1b7addf 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -46,7 +46,6 @@ jobs: run: dotnet build -c ${{ env.BUILD_CONFIGURATION }} - name: Unit Test - if: github.event_name == 'impossible' run: dotnet test -c ${{ env.BUILD_CONFIGURATION }} deploy: