Skip to content

Commit

Permalink
elif => if
Browse files Browse the repository at this point in the history
  • Loading branch information
shacharPash committed Aug 6, 2023
1 parent 8196154 commit d9547e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9547e3

Please sign in to comment.