From fae7d4c9624989b497d4eb72d109d247d056ecdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Str=C3=B6mberg?= Date: Tue, 10 Sep 2024 21:07:50 +0200 Subject: [PATCH] Remove vscode network log saving from e2e-subprojects run as well --- .circleci/config.yml | 4 ---- .circleci/jobs/test-e2e-sub-projects.yaml | 11 ----------- 2 files changed, 15 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index addf2d232..4449657a6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -255,10 +255,6 @@ jobs: - run: name: Run VSIX E2E Tests for test-data/projects/e2e-sub-projects command: npm run e2e-test -- --calva-vsix=/tmp/artifacts/calva-$( node -p 'require("./package.json").version' ).vsix --test-workspace=test-data/projects/e2e-sub-projects - - run: - name: Temporary debug preserving of VS Code network log - command: for f in /home/circleci/.config/'Code - Insiders'/logs/*/network.log; do echo "$f"; echo ---; cat "$f"; echo ---; done - when: always - store_test_results: path: ~/calva/junit github-release: diff --git a/.circleci/jobs/test-e2e-sub-projects.yaml b/.circleci/jobs/test-e2e-sub-projects.yaml index 24275ccbf..602d0620f 100644 --- a/.circleci/jobs/test-e2e-sub-projects.yaml +++ b/.circleci/jobs/test-e2e-sub-projects.yaml @@ -26,16 +26,5 @@ steps: ).vsix --test-workspace=test-data/projects/e2e-sub-projects -- run: - name: Temporary debug preserving of VS Code network log - command: - for f in /home/circleci/.config/'Code - Insiders'/logs/*/network.log; do - echo "$f"; - echo ---; - cat "$f"; - echo ---; - done - when: always - - !store: test_results: ~/calva/junit