Skip to content

Commit 4c60d5b

Browse files
committed
fix 10
1 parent 432b075 commit 4c60d5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
paths:
9090
- ~/.cache/yarn
9191

92-
e2e-app-image:
92+
e2e-linux:
9393
executor: linux-executor-dlc
9494
parameters:
9595
report:
@@ -128,7 +128,7 @@ jobs:
128128
command: |
129129
cd tests/e2e/dist && export TEST_FILES=$(circleci tests glob "tests/**/*.js" | circleci tests split --split-by=timings)
130130
echo "Running tests: $TEST_FILES"
131-
.circleci/e2e/test.app.sh
131+
cd ../../.. .circleci/e2e/test.app.sh
132132
- when:
133133
condition:
134134
equal: [ true, << parameters.report >> ]
@@ -407,7 +407,7 @@ workflows:
407407
requires:
408408
- Start E2E Tests
409409

410-
- e2e-app-image:
410+
- e2e-linux:
411411
name: E2ETest (linux)
412412
parallelism: 2
413413
requires:
@@ -516,7 +516,7 @@ workflows:
516516
name: Build extension - Windows (stage)
517517
<<: *stageFilter
518518
# e2e tests on linux build
519-
- e2e-app-image:
519+
- e2e-linux:
520520
name: E2ETest (linux)
521521
parallelism: 2
522522
requires:
@@ -554,7 +554,7 @@ workflows:
554554
<<: *prodFilter
555555

556556
# e2e tests on linux build
557-
- e2e-app-image:
557+
- e2e-linux:
558558
name: E2ETest (Linux)
559559
parallelism: 2
560560
requires:

0 commit comments

Comments
 (0)