Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Jan 19, 2024
1 parent 03cf8b4 commit 69985f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 69985f4

Please sign in to comment.