Skip to content

Commit

Permalink
chore: add debug log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivaylo Andonov committed Mar 17, 2023
1 parent 3c8c0ca commit df15500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-unit-tests.yaml
Expand Up @@ -36,4 +36,4 @@ jobs:
run: |
yarn test:build:verify
yarn test --showConfig
yarn test --forceExit --expand --detectOpenHandles
TL_LEVEL=debug yarn test --forceExit --expand --detectOpenHandles
4 changes: 2 additions & 2 deletions .github/workflows/nightly-test.yaml
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: 💽 Install dependencies
run: |
yarn install --immutable --inline-builds --mode=skip-build
yarn install --immutable --inline-builds
- name: 🔨 Build
run: |
Expand All @@ -48,4 +48,4 @@ jobs:
run: |
yarn test:build:verify
yarn test --showConfig
yarn test --forceExit --expand --detectOpenHandles
TL_LEVEL=debug yarn test --forceExit --expand --detectOpenHandles

0 comments on commit df15500

Please sign in to comment.