From 673aaac77eeb2d5a84c13ee8a0481783976ce7c6 Mon Sep 17 00:00:00 2001 From: Andrii Kurdiumov Date: Wed, 19 Jul 2023 23:07:18 +0600 Subject: [PATCH] One more debug build --- .github/workflows/pull-requests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 0b0822dcc..db83fa853 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -5,6 +5,9 @@ on: branches: - main +env: + FAKE_DETAILED_ERRORS: true + jobs: build-windows: @@ -20,9 +23,7 @@ jobs: - name: Restore packages run: dotnet paket restore - name: Build and test (Release) - run: - set FAKE_DETAILED_ERRORS=true - dotnet fake build -t All + run: dotnet fake build -t All - name: Build (Debug) run: dotnet build -c Debug -v n