Skip to content

Commit d834d21

Browse files
committed
fix(ci): tests project was incorrect
1 parent 9c1f27d commit d834d21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Build
2828
run: dotnet build --no-restore
2929
- name: Test
30-
run: dotnet test --no-build --verbosity normal BTCPayServer.Plugins.TronUSDt.Tests/BTCPayServer.Plugins.TronUSDt.Tests.csproj
30+
run: dotnet test --no-build --verbosity normal BTCPayServer.Plugins.USDt.Tests/BTCPayServer.Plugins.USDt.Tests.csproj

BTCPayServer.Plugins.USDt.sln

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution
3636
ProjectSection(SolutionItems) = preProject
3737
README.md = README.md
3838
.github\workflows\publish.yml = .github\workflows\publish.yml
39+
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
3940
EndProjectSection
4041
EndProject
4142
Global

0 commit comments

Comments
 (0)