Skip to content

Commit

Permalink
Update unitTests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barnuri-cp authored Dec 13, 2024
1 parent 00fee8f commit f273fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Build
run: |
dotnet restore
dotnet build -clp:ErrorsOnly -- no-restore
dotnet restore ./CSharp.OpenSource.LinqToKql.Test
dotnet build -clp:ErrorsOnly -- no-restore ./CSharp.OpenSource.LinqToKql.Test
- name: Run unit tests
run: |
Expand Down

0 comments on commit f273fdf

Please sign in to comment.