Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
houseofcat committed Mar 17, 2024
1 parent 02b0d3f commit f3f7b06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
dotnet-version: '8.x.x'

- name: Install dependencies
run: dotnet restore Tesseract.sln
run: dotnet restore RabbitDataflows.sln

- name: Build
run: dotnet build Tesseract.sln --configuration Release
run: dotnet build RabbitDataflows.sln --configuration Release

- name: Test
run: dotnet test "./tests/Tests.sln"
# - name: Test
# run: dotnet test "./tests/Tests.sln"

0 comments on commit f3f7b06

Please sign in to comment.