Skip to content

feat(fygaro): tell the customer what actually happened to their top-up #211

feat(fygaro): tell the customer what actually happened to their top-up

feat(fygaro): tell the customer what actually happened to their top-up #211

Workflow file for this run

name: "Bats test"
on:
pull_request:
branches: [main, tmp/bridge-rebase-pr-ready]
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: 24
cache: "yarn"
- run: yarn install --frozen-lockfile
- name: Run bats tests
run: |
. ./.env && make reset-bats