Skip to content

fix: retry on transient API network errors instead of failing immedia… #181

fix: retry on transient API network errors instead of failing immedia…

fix: retry on transient API network errors instead of failing immedia… #181

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- run: yarn install --frozen-lockfile
- run: cd web && yarn install --frozen-lockfile
- run: yarn verify
- run: yarn test