Skip to content

Commit

Permalink
chore: fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Dec 7, 2023
1 parent fa7ddeb commit dfde6db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/scripts/test-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ echo "Waiting ${WAIT_FOR_REBALANCE}s for Kafka Re-balancing..." && sleep $WAIT_F

## Start integration tests
echo "Running Integration Tests"
INTEGRATION_TEST_EXIT_CODE="$?"
npm run test:xint
INTEGRATION_TEST_EXIT_CODE="$?"
echo "==> integration tests exited with code: $INTEGRATION_TEST_EXIT_CODE"

## Kill service
Expand Down Expand Up @@ -80,8 +80,8 @@ echo "Waiting ${WAIT_FOR_REBALANCE}s for Kafka Re-balancing..." && sleep $WAIT_F

## Start integration tests
echo "Running Override Integration Tests"
OVERRIDE_INTEGRATION_TEST_EXIT_CODE="$?"
npm run test:xint-override
OVERRIDE_INTEGRATION_TEST_EXIT_CODE="$?"
echo "==> override integration tests exited with code: $OVERRIDE_INTEGRATION_TEST_EXIT_CODE"

## Kill service
Expand Down

0 comments on commit dfde6db

Please sign in to comment.