Skip to content

Commit

Permalink
ci: Exclude AwsLambda unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Jul 10, 2023
1 parent 32f966d commit 699009d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: dotnet restore

- name: Build & Run Unit Tests
run: dotnet test --verbosity minimal --no-restore --settings tests\UnitTests.runsettings --results-directory ${{ env.test_results_path }}
run: dotnet test --verbosity minimal --no-restore --settings tests\UnitTests.runsettings --results-directory ${{ env.test_results_path }} --filter 'FullyQualifiedName!~AwsLambda'

- name: Upload coverage reports to Codecov.io
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
Expand Down

0 comments on commit 699009d

Please sign in to comment.