Skip to content

Commit 8a570b4

Browse files
committed
updates for ci
1 parent 86f9761 commit 8a570b4

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

.circleci/config.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -345,14 +345,14 @@ workflows:
345345

346346
e2e-tests:
347347
jobs:
348-
# - approve:
349-
# name: Start E2E Tests
350-
# type: approval
351-
# filters:
352-
# branches:
353-
# only:
354-
# - /^e2e/feature.*/
355-
# - /^e2e/bugfix.*/
348+
- approve:
349+
name: Start E2E Tests
350+
type: approval
351+
filters:
352+
branches:
353+
only:
354+
- /^e2e/feature.*/
355+
- /^e2e/bugfix.*/
356356

357357
- linux:
358358
name: Build extension - Linux (stage)
@@ -362,6 +362,8 @@ workflows:
362362
only:
363363
- /^e2e/feature.*/
364364
- /^e2e/bugfix.*/
365+
requires:
366+
- Start E2E Tests
365367

366368
- e2e-app-image:
367369
name: E2ETest (linux)
@@ -474,7 +476,7 @@ workflows:
474476
# e2e tests on linux build
475477
- e2e-app-image:
476478
name: E2ETest (linux)
477-
parallelism: 2
479+
parallelism: 1
478480
requires:
479481
- Build extension - Linux (stage)
480482

@@ -512,7 +514,7 @@ workflows:
512514
# e2e desktop tests on linux build
513515
- e2e-app-image:
514516
name: E2ETest (Linux)
515-
parallelism: 2
517+
parallelism: 1
516518
requires:
517519
- Build extension - Linux (prod)
518520

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redis-for-vscode",
3-
"version": "0.0.3",
3+
"version": "0.0.1",
44
"displayName": "Redis for VS Code",
55
"description": "Visually interact with data and build queries in Redis",
66
"license": "SEE LICENSE IN LICENSE",

tests/e2e/src/vscode.runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { VScodeScripts } from './helpers/scripts/vscodeScripts'
3131
__dirname,
3232
'..',
3333
'test-extensions',
34-
'redis.redis-for-vscode-0.0.3',
34+
'redis.redis-for-vscode-0.0.1',
3535
'dist',
3636
'redis-backend',
3737
'dist-minified',

0 commit comments

Comments
 (0)