Skip to content

feat: change the folder patch operation type into a discriminated uni… #228

feat: change the folder patch operation type into a discriminated uni…

feat: change the folder patch operation type into a discriminated uni… #228

Workflow file for this run

name: Build & Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: browser-actions/setup-chrome@latest
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm i -g karma
- run: npm i -g cat
- run: npm run test:all