Skip to content

- input-controls-plugin added as a dependency on the test-app #4

- input-controls-plugin added as a dependency on the test-app

- input-controls-plugin added as a dependency on the test-app #4

Workflow file for this run

name: Install and run Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
yarn install
yarn workspaces run build
- name: Run All Tests
run: |
yarn test