From 0f98c742bc382e3419c0683af2111977f2855284 Mon Sep 17 00:00:00 2001 From: uniblab Date: Sun, 23 Aug 2026 03:13:19 -0400 Subject: [PATCH] workflow --- .github/workflows/pr-build-and-test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-build-and-test.yaml b/.github/workflows/pr-build-and-test.yaml index 87e6ee4..782432c 100644 --- a/.github/workflows/pr-build-and-test.yaml +++ b/.github/workflows/pr-build-and-test.yaml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-dotnet@v4 with: dotnet-version: 10.0.x - - run: dotnet clean Icod.Path.sln -c Debug + - run: dotnet clean Icod.Path.sln -c Staging - run: dotnet restore Icod.Path.sln - - run: dotnet build Icod.Path.sln -c Debug --no-restore - - run: dotnet test Icod.Path.sln -c Debug --no-build --logger trx \ No newline at end of file + - run: dotnet build Icod.Path.sln -c Staging --no-restore + - run: dotnet test Icod.Path.sln -c Staging --no-build --logger trx \ No newline at end of file