Skip to content

Commit

Permalink
Update dotnet.yml to locate proper sln
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrlabajo committed May 16, 2024
1 parent 7ff129c commit 3eba2b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
name: Build and Test
on:
push:
branches: [ "main", "features", "feat/create-winforms-build-tests", "feat/multi-instance-gpu-ddp", "feat/build-container-tests"]
branches: [ "main", "features", "development"]
pull_request:
branches: [ "main", "features", "feat/create-winforms-build-tests", "feat/multi-instance-gpu-ddp", "feat/build-container-tests" ]
branches: [ "main", "features", "development"]
jobs:
build:
strategy:
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Restore Dependencies
run: nuget restore
- name: Build
run: dotnet build LSC-Trainer.sln
run: dotnet build AutomatedAWSModelCreator.sln
- name: Test
run: dotnet test --no-build --verbosity normal

Expand Down

0 comments on commit 3eba2b1

Please sign in to comment.