mirror of
https://github.com/ditkrg/asp.netcore-authentication.git
synced 2026-01-22 22:07:09 +00:00
Fixed tests
This commit is contained in:
parent
90cdab5d7e
commit
16749674b4
4
.github/workflows/tests-base.yaml
vendored
4
.github/workflows/tests-base.yaml
vendored
@ -25,9 +25,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/setup-dotnet@v2
|
- uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: "6.0.x"
|
dotnet-version: "7.0.x"
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: dotnet test
|
run: dotnet test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user