Fix for IWebSocketClient::GetUrl returning local reference to string #1924
This file contains 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: Test client changes | |
on: | |
push: | |
paths: | |
- "client/**" | |
- "shared/**" | |
pull_request: | |
paths: | |
- "client/**" | |
- "shared/**" | |
jobs: | |
test-client: | |
name: Test client changes | |
runs-on: windows-2019 | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
with: | |
submodules: recursive | |
- name: Build | |
shell: cmd | |
run: | | |
cd client | |
build.bat | |