Skip to content

feat: poc for boltcard #1229

feat: poc for boltcard

feat: poc for boltcard #1229

Workflow file for this run

name: "Bats test"
on:
pull_request:
branches: [main]
jobs:
integration:
name: Bats tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Setup BATS
uses: mig4/setup-bats@v1
with:
bats-version: 1.9.0
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
- run: yarn install --frozen-lockfile
- name: Run bats tests
run: |
. ./.env && make reset-bats