Skip to content

PR: check for payment pending and failed #1063

PR: check for payment pending and failed

PR: check for payment pending and failed #1063

Workflow file for this run

name: Build
on:
pull_request:
branches:
- "*"
jobs:
build:
name: build
runs-on:
- ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install
- name: Build
run: CI=false yarn run build