From 1159216cad0a8eea0b532f92a3f41bb97cd87f8c Mon Sep 17 00:00:00 2001 From: shacharPash Date: Sun, 6 Aug 2023 18:09:30 +0300 Subject: [PATCH] elif --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 773898f1..0aa6b33e 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 - if [ "$REDIS_VERSION" != "7.2.0-RC3" ]; then + elif [ "$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