Skip to content

Commit

Permalink
remove bootstrap step
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Sep 16, 2024
1 parent 9c70136 commit 1c3bbf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/basic/electron-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
- echo "Running on Node `node -v`"
- npm install electron@${ELECTRON_VERSION} --no-audit --progress=false --no-save
- npm ci --no-audit --progress=false
- npx lerna bootstrap
# - npx lerna bootstrap
- npm run build:electron
- defaults write com.apple.CrashReporter DialogType none
- npm run test:unit:electron-runner
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run: npm ci --no-audit --progress=false
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
- run: npx lerna bootstrap
# - run: npx lerna bootstrap
- run: npm run build:electron
shell: bash
- run: sudo apt-get install cppcheck --assume-yes
Expand Down

0 comments on commit 1c3bbf3

Please sign in to comment.