Skip to content

Commit

Permalink
else if => elif
Browse files Browse the repository at this point in the history
  • Loading branch information
shacharPash committed Aug 6, 2023
1 parent 5eaf425 commit 8196154
Show file tree
Hide file tree
Showing 2 changed files with 65 additions 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
else 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
Expand Down
Loading

0 comments on commit 8196154

Please sign in to comment.