Skip to content

fix(web-components): handle failed offer status updates better #168

fix(web-components): handle failed offer status updates better

fix(web-components): handle failed offer status updates better #168

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: 'yarn'
cache-dependency-path: yarn.lock
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: yarn workspaces run prepack