Skip to content

Commit

Permalink
test offline
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Sep 3, 2024
1 parent 4514892 commit cbb24ca
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apps/remixdesktop/run_ci_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ 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 1 ]; then
yarn test:offline || TEST_EXITCODE=1
fi

echo "$TEST_EXITCODE"
if [ "$TEST_EXITCODE" -eq 1 ]
Expand Down

0 comments on commit cbb24ca

Please sign in to comment.