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 1a5252f commit 00fee8f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,11 @@ jobs:
- name: Set E2E_TESTING environment variable
run: echo "E2E_TESTING=0" >> $GITHUB_ENV

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

0 comments on commit 00fee8f

Please sign in to comment.