Skip to content

refactor: chai retry plugin #2288

refactor: chai retry plugin

refactor: chai retry plugin #2288

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
name: node ${{ matrix.node-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: npm i -g yarn@1
- run: yarn config set network-timeout 300000
- run: yarn --frozen-lockfile
- run: yarn test