Skip to content

ATV-330 Add runtime prefixed #1857

ATV-330 Add runtime prefixed

ATV-330 Add runtime prefixed #1857

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