Fix issue with crash recovery trying to send didOpen before client is started #8103
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: CI (Linux) | |
| on: | |
| push: | |
| branches: [ main ] | |
| pull_request: | |
| branches: [ main ] | |
| jobs: | |
| job: | |
| uses: ./.github/workflows/job-compile-and-test.yml | |
| with: | |
| runner-env: ubuntu-22.04 | |
| platform: linux |