fix(logger): improve e2e test resilience by grouping logs by level #7079
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: On PR code update | |
| on: | |
| pull_request: | |
| types: [opened, synchronize] | |
| permissions: | |
| contents: read | |
| jobs: | |
| run-unit-tests: | |
| uses: ./.github/workflows/reusable-run-linting-check-and-unit-tests.yml |