Skip to content

Add speed config for custom effect #25

Add speed config for custom effect

Add speed config for custom effect #25

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
cache: yarn
node-version: ${{ matrix.node-version }}
- name: yarn install
run: |
yarn install --frozen-lockfile
- name: Run tests
env:
NODE_ENV: test
run: |
yarn test