Skip to content

Commit

Permalink
Typo in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
svenboulanger committed Sep 1, 2024
1 parent 3c7d457 commit d40f7b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: dotnet build SpiceSharpBehavioral/SpiceSharpBehavioral.csproj --configuration Debug --no-restore

- name: Compile Spice#.Behavioral.Tests
run: dotnet test SpiceSharpBehavioralTests/SpiceSharpBehavioralTests.csproj --configuration Debug --no-restore
run: dotnet test SpiceSharpBehavioralTest/SpiceSharpBehavioralTest.csproj --configuration Debug --no-restore
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: dotnet build SpiceSharpBehavioral/SpiceSharpBehavioral.csproj --configuration Debug --no-restore

- name: Compile Spice#.Behavioral.Tests
run: dotnet test SpiceSharpBehavioralTests/SpiceSharpBehavioralTests.csproj --configuration Debug --no-restore
run: dotnet test SpiceSharpBehavioralTest/SpiceSharpBehavioralTest.csproj --configuration Debug --no-restore
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: dotnet build SpiceSharpBehavioral/SpiceSharpBehavioral.csproj --configuration Debug --no-restore

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

0 comments on commit d40f7b7

Please sign in to comment.