Skip to content

Fix effecthelper to test if EffectHelper is undefined instead of null #7

Fix effecthelper to test if EffectHelper is undefined instead of null

Fix effecthelper to test if EffectHelper is undefined instead of null #7

Workflow file for this run

name: Test
on:
push:
branches:
- feature/*
- hotfix/*
- renovate/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test