updated action fixed testing action

This commit is contained in:
Mia Rose Winter 2024-04-24 16:36:04 +02:00
parent 933e0af42b
commit fb55641118
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -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 }}