Skip to content

Commit 4e07db0

Browse files
committed
test3
1 parent 49d394d commit 4e07db0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build
3535
run: dotnet build --no-restore ./src/Application/src/RazorPagesTestSample/RazorPagesTestSample.csproj
3636
- name: Test
37-
run: dotnet test --no-build --verbosity normal ./src/Application/tests/RazorPagesTestSample
37+
run: dotnet test --no-build --verbosity normal ./src/Application/tests/RazorPagesTestSample.Tests/RazorPagesTestSample.Tests.csproj
3838
- uses: actions/github-script@v6
3939
if: failure()
4040
with:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
test2
1+
test3

0 commit comments

Comments
 (0)