Handle redirection to login page if session has expired when websocket connection is attempted #1927
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: Run Build & Unit Tests | |
| on: | |
| pull_request: | |
| jobs: | |
| build: | |
| uses: 'flowfuse/github-actions-workflows/.github/workflows/build_node_package.yml@v0.52.0' | |
| with: | |
| node: '[ | |
| {"version": "20", "tests": true, "lint": true}, | |
| ]' |