Skip to content

Commit

Permalink
chore: fixed working directory for .NET build
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Feb 28, 2024
1 parent 617d200 commit 14f9b7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build project with Maven
name: Build project
on:
workflow_dispatch:
pull_request:
Expand Down Expand Up @@ -44,5 +44,7 @@ jobs:
dotnet-version: 8.x
- name: Build
run: dotnet build --configuration Release
working-directory: connector-csharp
- name: Test
run: dotnet test --configuration Release --no-build
working-directory: connector-csharp

0 comments on commit 14f9b7d

Please sign in to comment.