Skip to content

Merge branch 'ALTV-485' of github.com:altmp/altv-js-module into ALTV-485 #1918

Merge branch 'ALTV-485' of github.com:altmp/altv-js-module into ALTV-485

Merge branch 'ALTV-485' of github.com:altmp/altv-js-module into ALTV-485 #1918

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