Skip to content

Commit d40f7b7

Browse files
committed
Typo in github actions
1 parent 3c7d457 commit d40f7b7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: dotnet build SpiceSharpBehavioral/SpiceSharpBehavioral.csproj --configuration Debug --no-restore
2929

3030
- name: Compile Spice#.Behavioral.Tests
31-
run: dotnet test SpiceSharpBehavioralTests/SpiceSharpBehavioralTests.csproj --configuration Debug --no-restore
31+
run: dotnet test SpiceSharpBehavioralTest/SpiceSharpBehavioralTest.csproj --configuration Debug --no-restore

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: dotnet build SpiceSharpBehavioral/SpiceSharpBehavioral.csproj --configuration Debug --no-restore
2929

3030
- name: Compile Spice#.Behavioral.Tests
31-
run: dotnet test SpiceSharpBehavioralTests/SpiceSharpBehavioralTests.csproj --configuration Debug --no-restore
31+
run: dotnet test SpiceSharpBehavioralTest/SpiceSharpBehavioralTest.csproj --configuration Debug --no-restore

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: dotnet build SpiceSharpBehavioral/SpiceSharpBehavioral.csproj --configuration Debug --no-restore
2929

3030
- name: Compile Spice#.Behavioral.Test
31-
run: dotnet test SpiceSharpBehavioralTests/SpiceSharpBehavioralTests.csproj --configuration Debug --no-restore
31+
run: dotnet test SpiceSharpBehavioralTest/SpiceSharpBehavioralTest.csproj --configuration Debug --no-restore

0 commit comments

Comments
 (0)