Skip to content

feat(core): bullmq, sendmail #29

feat(core): bullmq, sendmail

feat(core): bullmq, sendmail #29

Workflow file for this run

name: Express Ci
on:
push:
branches:
- '*'
- '*/*'
jobs:
install_and_test:
runs-on: ubuntu-22.04
steps:
- name: Checkout the code
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Node version
uses: actions/setup-node@v4
with:
node-version: '21.x'
- name: Install - Build - Test
run: |
npm i -g pnpm
pnpm install --no-frozen-lockfile
pnpm build