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