Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed May 7, 2024
1 parent 85f41d5 commit ff31dcb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
with:
node-version: 16

- name: duckdb
uses: opt-nc/[email protected]

- name: Build/release Electron app
uses: AllenCellSoftware/action-electron-builder@fms-file-explorer
with:
Expand All @@ -30,4 +27,4 @@ jobs:
package_root: "packages/desktop"
release: false # Never release on an integration build
windows_certs: ${{ secrets.CSC_LINK }}
windows_certs_password: ${{ secrets.CSC_KEY_PASSWORD }}
windows_certs_password: ${{ secrets.CSC_KEY_PASSWORD }}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"classnames": "2.2.x",
"cockatiel": "2.0.x",
"debounce-promise": "3.1.x",
"duckdb": "0.8.x",
"filesize": "5.0.x",
"fuse.js": "3.4.x",
"interactjs": "1.6.x",
Expand Down
1 change: 0 additions & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"dependencies": {
"@aics/frontend-insights": "0.2.x",
"@aics/frontend-insights-plugin-amplitude-node": "0.2.x",
"duckdb": "0.8.x",
"electron-devtools-installer": "3.1.x",
"electron-store": "8.0.x",
"regenerator-runtime": "0.13.x",
Expand Down

0 comments on commit ff31dcb

Please sign in to comment.