Skip to content

Commit

Permalink
Add verification tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slang25 committed Oct 15, 2024
1 parent 8dee23b commit a8754ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ jobs:
shell: pwsh
run: ./build.ps1

- name: Run LocalStack Verification Tests
if: runner.os == 'linux'
shell: pwsh
run: |
cd ./tests/LocalSqsSnsMessaging.Tests.Verification
dotnet test -c Release
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
name: Upload coverage to Codecov
with:
Expand Down

0 comments on commit a8754ab

Please sign in to comment.