Skip to content

chore: Refactoring adding test and examples #1

chore: Refactoring adding test and examples

chore: Refactoring adding test and examples #1

Workflow file for this run

name: Sync service prod
on:
push:
branches:
- main
paths:
- src/**
- tests/**
- .github/workflows/**.yaml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'pnpm'
- run: pnpm install
- run: pnpm run build
- run: NODE_ENV=test pnpm test