From 70393b5020c8af8bf9464e2342e3acea287e72e3 Mon Sep 17 00:00:00 2001 From: Ben Adams Date: Sun, 3 Jan 2021 21:59:12 +0000 Subject: [PATCH] Test --- .github/workflows/pull-request.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 16fb5a6..7575a5d 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -39,7 +39,13 @@ jobs: - name: Get .NET information run: dotnet --info + + - name: Clean + - run: dotnet clean -v m && dotnet build -c ${{ matrix.config }} && dotnet nuget locals all --clear + - name: Build + - run: dotnet build -c ${{ matrix.config }} + - name: "Test" run: dotnet test -c ${{ matrix.config }}