Skip to content

Add support for --skippedExamples sent in finalize call #138

Add support for --skippedExamples sent in finalize call

Add support for --skippedExamples sent in finalize call #138

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: git log --oneline --graph
- run: ./run-tests.sh