diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 0aa6b33e..773898f1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -48,7 +48,7 @@ jobs: ls -R if [ "$REDIS_VERSION" != "edge" ]; then dotnet test -f net6.0 --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --filter Category!=edge - elif [ "$REDIS_VERSION" != "7.2.0-RC3" ]; then + if [ "$REDIS_VERSION" != "7.2.0-RC3" ]; then dotnet test -f net6.0 --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --filter Category!=7.2.0-RC3 else dotnet test -f net6.0 --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover