mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 03:32:23 +03:00
Enable debug on Windows
This commit is contained in:
parent
3487308e6c
commit
b8e7cecc30
1
.github/workflows/gui.yml
vendored
1
.github/workflows/gui.yml
vendored
@ -523,6 +523,7 @@ jobs:
|
||||
- run: corepack pnpm -r --filter enso exec playwright test
|
||||
env:
|
||||
DEBUG: "pw:browser log:"
|
||||
ENSO_TEST_APP_ARGS: -debug.verbose
|
||||
ENSO_TEST_USER: ${{ secrets.ENSO_CLOUD_TEST_ACCOUNT_USERNAME }}
|
||||
ENSO_TEST_USER_PASSWORD: ${{ secrets.ENSO_CLOUD_TEST_ACCOUNT_PASSWORD }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@ -544,6 +544,8 @@ impl JobArchetype for PackageIde {
|
||||
shell(format!("xvfb-run {TEST_COMMAND}"))
|
||||
// See https://askubuntu.com/questions/1512287/obsidian-appimage-the-suid-sandbox-helper-binary-was-found-but-is-not-configu
|
||||
.with_env("ENSO_TEST_APP_ARGS", "--no-sandbox")
|
||||
} else if target.0 == OS::Windows {
|
||||
shell(TEST_COMMAND).with_env("ENSO_TEST_APP_ARGS", "-debug.verbose")
|
||||
} else {
|
||||
shell(TEST_COMMAND)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user