Skip to content

Commit

Permalink
Update unitTests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barnuri authored Dec 14, 2024
1 parent d7e6b31 commit 781a73d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Set E2E_TESTING environment variable
run: echo "E2E_TESTING=0" >> $GITHUB_ENV

- name: Restore
run: |
dotnet restore ./CSharp.OpenSource.LinqToKql.Test
run: dotnet restore ./CSharp.OpenSource.LinqToKql.Test

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

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

0 comments on commit 781a73d

Please sign in to comment.