Skip to content

Commit 3cecb9d

Browse files
gaearonTimer
authored andcommitted
Try to debug weird CI failure
1 parent 980e1a0 commit 3cecb9d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tasks/e2e-kitchensink.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,15 @@ REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
129129
NODE_ENV=test \
130130
yarn test --no-cache --testPathPattern=src
131131

132+
echo "before weird stuff"
133+
134+
PORT=3001 \
135+
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
136+
NODE_PATH=src \
137+
npm start
138+
139+
echo "after weird stuff"
140+
132141
# Test "development" environment
133142
tmp_server_log=`mktemp`
134143
PORT=3001 \

0 commit comments

Comments
 (0)