Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobaptista03 committed Jan 18, 2024
1 parent 889828b commit 1b30c8b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET

on:
Expand All @@ -25,5 +22,7 @@ jobs:
working-directory: LIForCars
- name: Build
run: dotnet build --no-restore
working-directory: LIForCars
- name: Test
run: dotnet test --no-build --verbosity normal
working-directory: LIForCars

0 comments on commit 1b30c8b

Please sign in to comment.