File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 89
89
paths :
90
90
- ~/.cache/yarn
91
91
92
- e2e-app-image :
92
+ e2e-linux :
93
93
executor : linux-executor-dlc
94
94
parameters :
95
95
report :
@@ -128,7 +128,7 @@ jobs:
128
128
command : |
129
129
cd tests/e2e/dist && export TEST_FILES=$(circleci tests glob "tests/**/*.js" | circleci tests split --split-by=timings)
130
130
echo "Running tests: $TEST_FILES"
131
- .circleci/e2e/test.app.sh
131
+ cd ../../.. .circleci/e2e/test.app.sh
132
132
- when :
133
133
condition :
134
134
equal : [ true, << parameters.report >> ]
@@ -407,7 +407,7 @@ workflows:
407
407
requires :
408
408
- Start E2E Tests
409
409
410
- - e2e-app-image :
410
+ - e2e-linux :
411
411
name : E2ETest (linux)
412
412
parallelism : 2
413
413
requires :
@@ -516,7 +516,7 @@ workflows:
516
516
name : Build extension - Windows (stage)
517
517
<< : *stageFilter
518
518
# e2e tests on linux build
519
- - e2e-app-image :
519
+ - e2e-linux :
520
520
name : E2ETest (linux)
521
521
parallelism : 2
522
522
requires :
@@ -554,7 +554,7 @@ workflows:
554
554
<< : *prodFilter
555
555
556
556
# e2e tests on linux build
557
- - e2e-app-image :
557
+ - e2e-linux :
558
558
name : E2ETest (Linux)
559
559
parallelism : 2
560
560
requires :
You can’t perform that action at this time.
0 commit comments