Skip to content

Commit

Permalink
Added markers to clsuter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vladvildanov committed Jan 21, 2025
1 parent fa80416 commit dbc1b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ runs:

if (( $REDIS_MAJOR_VERSION < 8 )); then
if [ "$protocol" == "2" ] || [ "${{inputs.parser-backend}}" != 'hiredis' ]; then
echo "::group::RESP${protocol} cluster tests"
echo "::group::RESP${protocol} cluster tests (no modules)"
invoke cluster-tests $eventloop --protocol=${protocol} --extra-markers="not redismod"
echo "::endgroup::"
fi
else
if [ "$protocol" == "2" ] || [ "${{inputs.parser-backend}}" != 'hiredis' ]; then
echo "::group::RESP${protocol} cluster tests"
echo "::group::RESP${protocol} cluster tests (with modules)"
invoke cluster-tests --redis-mod-url=${REDIS_CLUSTER_URL} $eventloop --protocol=${protocol}
echo "::endgroup::"
fi
Expand Down

0 comments on commit dbc1b74

Please sign in to comment.