mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +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
|
- run: corepack pnpm -r --filter enso exec playwright test
|
||||||
env:
|
env:
|
||||||
DEBUG: "pw:browser log:"
|
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: ${{ secrets.ENSO_CLOUD_TEST_ACCOUNT_USERNAME }}
|
||||||
ENSO_TEST_USER_PASSWORD: ${{ secrets.ENSO_CLOUD_TEST_ACCOUNT_PASSWORD }}
|
ENSO_TEST_USER_PASSWORD: ${{ secrets.ENSO_CLOUD_TEST_ACCOUNT_PASSWORD }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
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
|
// 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")
|
.with_env("ENSO_TEST_APP_ARGS", "--no-sandbox")
|
||||||
} else if target.0 == OS::MacOS {
|
} 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 {
|
} else {
|
||||||
shell(TEST_COMMAND)
|
shell(TEST_COMMAND)
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user