Skip to content

Commit

Permalink
Remove vscode network log saving from e2e-subprojects run as well
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Sep 10, 2024
1 parent d9383a1 commit fae7d4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
11 changes: 0 additions & 11 deletions .circleci/jobs/test-e2e-sub-projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fae7d4c

Please sign in to comment.