Skip to content

ALTV-330 Add runtime log prefix #1837

ALTV-330 Add runtime log prefix

ALTV-330 Add runtime log prefix #1837

Workflow file for this run

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