From a8754ab8767d98295e6d1a8c5f44576774e13b84 Mon Sep 17 00:00:00 2001 From: Stuart Lang Date: Wed, 16 Oct 2024 00:12:57 +0100 Subject: [PATCH] Add verification tests to CI --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd3420c..faeb3df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: