Skip to content

fix: init_wildduck_transaction in index, in case hook_mail not run (#33) #41

fix: init_wildduck_transaction in index, in case hook_mail not run (#33)

fix: init_wildduck_transaction in index, in case hook_mail not run (#33) #41

Workflow file for this run

name: Run tests
on:
push:
pull_request:
jobs:
test:
strategy:
matrix:
node: [16.x, 18.x, 20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test