Skip to content

[ONL-7628] fix tw grid plugin (#1578) #299

[ONL-7628] fix tw grid plugin (#1578)

[ONL-7628] fix tw grid plugin (#1578) #299

Workflow file for this run

name: Chameleon Components CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: CYPRESS_INSTALL_BINARY=0 npm ci
- name: Lint
run: npm run lint:no-fix
- name: Test
run: npm run test