Skip to content

transaction support #32

transaction support

transaction support #32

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
on_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v2
with:
main-branch-name: 'master'
- uses: pnpm/action-setup@v2.2.2
with:
version: 8
- uses: actions/setup-node@v2
with:
cache: 'pnpm'
- run: pnpm install
- run: pnpm nx affected --target=format:check --parallel=3
- run: pnpm nx affected --target=build --parallel=3
- run: pnpm nx affected --target=lint --parallel=3
- run: pnpm nx affected --target=test --parallel=3 --ci --code-coverage