From 28cdd252de2aea90d878c9b02e37ffc8cfbef370 Mon Sep 17 00:00:00 2001 From: Aidan H Date: Tue, 10 Jan 2023 15:15:14 -0800 Subject: [PATCH 1/3] Remove pinned chrome version from test-browser --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1c228e2a284..84c0d334b41 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -364,8 +364,7 @@ jobs: steps: - attach_workspace: at: ~/ - - browser-tools/install-browser-tools: - chrome-version: 91.0.4472.164 + - browser-tools/install-browser-tools - run: yarn run build-token - run: name: Test Chrome @@ -510,3 +509,5 @@ jobs: path: test/integration/render-tests - store_artifacts: path: "test/integration/render-tests/index.html" + +# VS Code Extension Version: 1.5.1 \ No newline at end of file From f615910c77612c73cd3f599600410124a249d018 Mon Sep 17 00:00:00 2001 From: Aidan H Date: Tue, 10 Jan 2023 16:39:11 -0800 Subject: [PATCH 2/3] Removing VSCode extension footer, updating windows --- .circleci/config.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 84c0d334b41..a020a090f0c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: aws-cli: circleci/aws-cli@1.4.0 browser-tools: circleci/browser-tools@1.4.0 - win: circleci/windows@4.1.1 + win: circleci/windows@5.0.0 workflows: version: 2 @@ -508,6 +508,4 @@ jobs: - store_test_results: path: test/integration/render-tests - store_artifacts: - path: "test/integration/render-tests/index.html" - -# VS Code Extension Version: 1.5.1 \ No newline at end of file + path: "test/integration/render-tests/index.html" \ No newline at end of file From 9c84eb1e924a164b075307a0e6083ad6846d2ce0 Mon Sep 17 00:00:00 2001 From: Aidan H Date: Tue, 10 Jan 2023 16:44:21 -0800 Subject: [PATCH 3/3] Revert breaking orb verison upgrade --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a020a090f0c..58faf9c34a8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: aws-cli: circleci/aws-cli@1.4.0 browser-tools: circleci/browser-tools@1.4.0 - win: circleci/windows@5.0.0 + win: circleci/windows@4.1.1 workflows: version: 2