Skip to content

Commit e1682a6

Browse files
authored
Update CI-PR.yml
1 parent d8f5b95 commit e1682a6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/CI-PR.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
paths:
88
- 'sample/**'
99
- 'src/**'
10-
paths-ignore:
11-
- 'docs/**'
1210

1311
env:
1412
VERSION: ''
@@ -61,4 +59,4 @@ jobs:
6159
dotnet new --install ${GITHUB_WORKSPACE}/packages/bunit.template.$VERSION.nupkg
6260
dotnet new bunit --no-restore -o ${GITHUB_WORKSPACE}/Test
6361
dotnet restore ${GITHUB_WORKSPACE}/Test/Test.csproj --source ${GITHUB_WORKSPACE}/packages
64-
dotnet test ${GITHUB_WORKSPACE}/Test
62+
dotnet test ${GITHUB_WORKSPACE}/Test

0 commit comments

Comments
 (0)