Skip to content

Commit

Permalink
github actions no sln
Browse files Browse the repository at this point in the history
  • Loading branch information
pimbrouwers committed Jan 30, 2024
1 parent a9bdfe0 commit 43b76ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}

- name: Install dependencies
run: dotnet restore
run: dotnet restore src/Donald

- name: Build
run: dotnet build -c Release --no-restore
run: dotnet build src/Donald -c Release

- name: Test
run: dotnet test -c Release --no-build
run: dotnet test test/Donald.Tests -c Release

0 comments on commit 43b76ed

Please sign in to comment.