Skip to content

Commit

Permalink
test: adding back necessary libs building
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcj committed May 20, 2024
1 parent ed5a84d commit f173140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/test-suite-desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
run: |
yarn install --immutable
yarn message-system-sign-config
yarn workspace @trezor/suite-data build:lib
yarn workspace @trezor/transport-bridge build:lib
- name: Build app.js for tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion packages/suite-desktop-core/e2e/support/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { TrezorUserEnvLink } from '@trezor/trezor-user-env-link';
export const launchSuite = async () => {
const appDir = path.join(__dirname, '../../../suite-desktop');
const desiredLogLevel = process.env.LOGLEVEL ?? 'error';
await TrezorUserEnvLink.api.startBridge();
// await TrezorUserEnvLink.api.startBridge();
const electronApp = await electron.launch({
cwd: appDir,
args: [
Expand Down

0 comments on commit f173140

Please sign in to comment.