@@ -406,15 +406,15 @@ jobs:
406406 env :
407407 TEST_API_HOST : 127.0.0.1
408408 run : |
409- echo "########################################################"
410- echo "Running wallet health sanity check"
411- echo "########################################################"
412- npm run test:v2:live:wallet-health
413409 echo "########################################################"
414410 echo "Running organization creation tests"
415411 echo "########################################################"
416412 npm run test:v2:live:organization:create
417413 echo "########################################################"
414+ echo "Running wallet health sanity check"
415+ echo "########################################################"
416+ npm run test:v2:live:wallet-health
417+ echo "########################################################"
418418 echo "Running data tests"
419419 echo "########################################################"
420420 npm run test:v2:live:data:short
@@ -778,15 +778,15 @@ jobs:
778778 env :
779779 TEST_API_HOST : 127.0.0.1
780780 run : |
781- echo "########################################################"
782- echo "Running wallet health sanity check"
783- echo "########################################################"
784- npm run test:v2:live:wallet-health
785781 echo "########################################################"
786782 echo "Running V1 organization creation tests"
787783 echo "########################################################"
788784 npm run test:v1:live:organization:create
789785 echo "########################################################"
786+ echo "Running wallet health sanity check"
787+ echo "########################################################"
788+ npm run test:v2:live:wallet-health
789+ echo "########################################################"
790790 echo "Running V1 data tests"
791791 echo "########################################################"
792792 npm run test:v1:live:data:short
0 commit comments