File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -147,12 +147,8 @@ for NEXTJS_VERSION in 10 11 12 13; do
147147 # we keep this updated as we run the tests, so that if it's ever non-zero, we can bail
148148 EXIT_CODE=0
149149
150- if [ " $USE_APPDIR " == true ]; then
151- echo " Skipping server tests for appdir"
152- else
153- echo " [nextjs@$NEXTJS_VERSION | webpack@$WEBPACK_VERSION ] Running server tests with options: $args "
154- (cd .. && yarn test:integration:server) || EXIT_CODE=$?
155- fi
150+ echo " [nextjs@$NEXTJS_VERSION | webpack@$WEBPACK_VERSION ] Running server tests with options: $args "
151+ (cd .. && yarn test:integration:server) || EXIT_CODE=$?
156152
157153 if [ $EXIT_CODE -eq 0 ]; then
158154 echo " [nextjs@$NEXTJS_VERSION | webpack@$WEBPACK_VERSION ] Server integration tests passed"
You can’t perform that action at this time.
0 commit comments