Skip to content

Commit

Permalink
Merge branch 'System.Text.Json' of https://github.com/aspnetboilerpla…
Browse files Browse the repository at this point in the history
…te/aspnetboilerplate into System.Text.Json
  • Loading branch information
maliming committed Oct 24, 2023
2 parents 59a2c9a + 754faf4 commit 09b6c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- '**/*.cshtml'
- '**/*.csproj'
- '**/*.razor'

- '.github/workflows/build-and-test.yml'
permissions:
contents: read

Expand All @@ -27,4 +27,4 @@ jobs:
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --no-restore

0 comments on commit 09b6c12

Please sign in to comment.