Skip to content

Commit

Permalink
align electron versions to allow removing custom version variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adrastaea committed Oct 21, 2024
1 parent 45bd604 commit bcd555d
Show file tree
Hide file tree
Showing 7 changed files with 4,919 additions and 410 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
shell: bash

- name: "Build submodules"
run: npm run build:auth:ci
run: npm run build:auth
shell: bash

- name: "Bootstrap project"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
timeout-minutes: 180

env:
ELECTRON_CUSTOM_VERSION: 23.0.0
DISPLAY: ":99.0"
TEST_MODE: true
IS_CI: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
runs-on: macos-12
timeout-minutes: 180
env:
ELECTRON_CUSTOM_VERSION: 23.0.0
TEST_MODE: true
IS_E2E: true
IS_CI: true
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/e2e-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
timeout-minutes: 180

env:
ELECTRON_CUSTOM_VERSION: 23.0.0
TEST_MODE: true
E2E: true
IS_CI: true
Expand Down
Loading

0 comments on commit bcd555d

Please sign in to comment.