From e73907208581b3bac5d58949a407c4f80605b643 Mon Sep 17 00:00:00 2001 From: Senn Geerts Date: Sat, 13 Jul 2024 14:28:07 +0200 Subject: [PATCH] #196 trying... --- .github/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 509ab58..58f3113 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,6 +18,8 @@ jobs: run: dotnet build ./src/Saunter-src.slnf --configuration Debug - name: Run dotnet build all run: dotnet build --configuration Debug + - name: unit test + run: dotnet test --no-build --configuration Debug fmt: runs-on: ubuntu-latest @@ -34,8 +36,5 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: setup build - uses: ./.github/npm - name: unit test run: dotnet test --no-build --configuration Debug