Skip to content

[PLAT-4707] Throw descriptive error when polling times out #211

[PLAT-4707] Throw descriptive error when polling times out

[PLAT-4707] Throw descriptive error when polling times out #211

Workflow file for this run

name: build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with: { node-version: 18.x }
- name: Build and Verify
run: |
yarn install --frozen-lockfile
yarn verify