Skip to content

shovel: internal change to postgres transaction usage (#261) #188

shovel: internal change to postgres transaction usage (#261)

shovel: internal change to postgres transaction usage (#261) #188

Workflow file for this run

name: bun
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: "test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: "install"
working-directory: shovel-config-ts
run: |
bun install
- name: "test"
working-directory: shovel-config-ts
run: |
bun test