Skip to content

Commit

Permalink
Update build-test.yml to set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
JKamsker committed Mar 12, 2024
1 parent e54471a commit c0b9897
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
name: .NET Build and Test

on: [push, pull_request]
defaults:
run:
working-directory: src



jobs:
build-and-test:
runs-on: ubuntu-latest


# container:
# image: mcr.microsoft.com/dotnet/sdk:7.0

Expand Down

0 comments on commit c0b9897

Please sign in to comment.