Skip to content

feat(OUT-4005): reconcile payouts via webhook + resync [3/4] #169

feat(OUT-4005): reconcile payouts via webhook + resync [3/4]

feat(OUT-4005): reconcile payouts via webhook + resync [3/4] #169

Workflow file for this run

name: CI
on: pull_request
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22.14.0
cache: yarn
cache-dependency-path: './yarn.lock'
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test