mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(e2e): move chromedriver logs to .tmp directory
- Configure chromedriver to write logs to .tmp/e2e-test-results/chromedriver.log - Add /logs to .gitignore to prevent tracking of chromedriver logs - Keeps build artifacts organized in .tmp directory structure fix(ci): update build output paths to use .tmp/app-builds consistently - Fix GitHub Actions workflows to use .tmp/app-builds instead of app-builds - Update manual-build.yml, build-create-windows-store-on-release.yml, build-publish-to-mac-store-on-release.yml, and build-publish-to-snap-on-release.yml - Ensures consistency with electron-builder.yaml output configuration - Resolves CI build failures due to mismatched directory paths
This commit is contained in:
parent
b429492e9c
commit
775b66f2eb
6 changed files with 14 additions and 9 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -5,6 +5,7 @@
|
|||
/dist
|
||||
/app-builds
|
||||
/tmp
|
||||
/logs
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
|
|
@ -78,3 +79,7 @@ electron-builder.win-store.yaml
|
|||
/src/environments/environment.js
|
||||
/src/environments/environment.js.map
|
||||
/.claude/settings.local.json
|
||||
|
||||
#
|
||||
perf-metrics-create-tasks.json
|
||||
perf-metrics-initial-load.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue