Skip to content

dependabot stuff

dependabot stuff #47

Workflow file for this run

name: matrix-editor tests
on:
push:
paths:
- matrix-editor/src/**
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'yarn'
cache-dependency-path: matrix-editor/src/yarn.lock
- run: |
cd matrix-editor/src
yarn
yarn test