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

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

0 comments on commit 50f6129

Please sign in to comment.