updated action fixed testing action
This commit is contained in:
parent
933e0af42b
commit
fb55641118
6
.github/workflows/testing.yml
vendored
6
.github/workflows/testing.yml
vendored
|
@ -34,9 +34,7 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-nuget
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
|
||||
- name: Build
|
||||
run: dotnet build
|
||||
run: dotnet restore ${{ env.TEST_PROJECT }}
|
||||
|
||||
- name: Test with the dotnet CLI
|
||||
run: dotnet test ${{ env.TEST_PROJECT }}
|
||||
|
|
Loading…
Reference in a new issue