only native git

pull/5370/head
bunsenstraat 6 months ago
parent e617ecfda8
commit 9c02f9b145
  1. 10
      apps/remixdesktop/run_ci_test.sh

@ -7,11 +7,11 @@ for TESTFILE in $TESTFILES; do
yarn run test --test ./build-e2e/remixdesktop/test/tests/app/${TESTFILE} || TEST_EXITCODE=1
done
if [ "$CIRCLE_NODE_INDEX" -eq 0 ]; then
sh ./run_git_ui_isogit_tests.sh
elif [ "$CIRCLE_NODE_INDEX" -eq 1 ]; then
yarn test:offline
fi
# if [ "$CIRCLE_NODE_INDEX" -eq 0 ]; then
# sh ./run_git_ui_isogit_tests.sh
# elif [ "$CIRCLE_NODE_INDEX" -eq 1 ]; then
# yarn test:offline
# fi
echo "$TEST_EXITCODE"
if [ "$TEST_EXITCODE" -eq 1 ]

Loading…
Cancel
Save