From 69985f42c5008182ec416c1f91892a61762abe75 Mon Sep 17 00:00:00 2001 From: Konstantin Dyachenko Date: Fri, 19 Jan 2024 12:42:38 +0000 Subject: [PATCH] Fix GitHub Actions --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index ded723f..c3c849a 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -19,7 +19,7 @@ jobs: with: submodules: true - name: Test - run: dotnet test -c Release -f net8 + run: (cd csharp && dotnet test -c Release -f net8) - name: Generate PDF with CSharp code if: github.event_name == 'push' run: |