Skip to content

Fix race condition #2194

Fix race condition

Fix race condition #2194

Workflow file for this run

name: Test
on: push
jobs:
build:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: "--max-old-space-size=4096"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
repository: steroids/react-bootstrap
ref: master
path: react-bootstrap
- run: yarn
- run: cd react-bootstrap && yarn
- run: yarn test