File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -88,13 +88,14 @@ jobs:
8888 npm run test:ci:e2e -- --shard=${SHARD}/${CIRCLE_NODE_TOTAL}
8989 environment :
9090 NEXT_VERSION : << parameters.next-version >>
91+ NETLIFY_AUTH_TOKEN : $NETLIFY_AUTH_TOKEN
9192 PLAYWRIGHT_BLOB_OUTPUT_NAME :
9293 report-<< parameters.next-version >>-{{ .Environment.CIRCLE_NODE_INDEX }}.zip
9394 - persist_to_workspace :
9495 name : Upload Blob Report to CircleCI Artifacts
9596 root : .
9697 paths :
97- - ./blob-reports
98+ - ./blob-report
9899
99100 test :
100101 parameters :
@@ -135,7 +136,7 @@ jobs:
135136 - run :
136137 name : Prepare Fixtures
137138 command : |
138- if [ ! -d tests/fixtures ]; then
139+ if [ ! -d tests/fixtures/simple/.next ]; then
139140 npm run pretest
140141 fi
141142 environment :
@@ -153,6 +154,7 @@ jobs:
153154 npm run test:ci:unit-and-integration -- --shard=${SHARD}/${CIRCLE_NODE_TOTAL}
154155 environment :
155156 NEXT_VERSION : << parameters.next-version >>
157+ NETLIFY_AUTH_TOKEN : $NETLIFY_AUTH_TOKEN
156158 TEMP : /tmp
157159
158160 smoke :
@@ -192,6 +194,7 @@ jobs:
192194 command : npm run test:ci:smoke
193195 environment :
194196 NEXT_VERSION : << parameters.next-version >>
197+ NETLIFY_AUTH_TOKEN : $NETLIFY_AUTH_TOKEN
195198
196199 merge-reports :
197200 parameters :
You can’t perform that action at this time.
0 commit comments