Skip to content

Create simple vehicle with Havok on the client #239 #114

Create simple vehicle with Havok on the client #239

Create simple vehicle with Havok on the client #239 #114

Workflow file for this run

name: Node.js Test
on:
push:
branches: [dev]
pull_request:
branches: [dev]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.13.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
cache-dependency-path: "yarn.lock"
- name: Install dependencies
run: yarn --immutable
- name: Test
run: yarn test