Skip to content

fix typo in timeout logs #231

fix typo in timeout logs

fix typo in timeout logs #231

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Test
run: npm test
- name: Build
run: npm run build --if-present