mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 03:32:23 +03:00
make it verbose. debug prints nothing new
This commit is contained in:
parent
d4c66692b6
commit
6b6cbf811c
2
.github/workflows/gui.yml
vendored
2
.github/workflows/gui.yml
vendored
@ -441,7 +441,7 @@ jobs:
|
||||
- run: corepack pnpm -r --filter enso exec playwright test
|
||||
env:
|
||||
DEBUG: "pw:browser log:"
|
||||
ENSO_TEST_APP_ARGS: -debug
|
||||
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 }}
|
||||
|
@ -536,7 +536,7 @@ impl JobArchetype for PackageIde {
|
||||
// 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::MacOS {
|
||||
shell(TEST_COMMAND).with_env("ENSO_TEST_APP_ARGS", "-debug")
|
||||
shell(TEST_COMMAND).with_env("ENSO_TEST_APP_ARGS", "-debug.verbose")
|
||||
} else {
|
||||
shell(TEST_COMMAND)
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user