Skip to content

ci: add workflow

ci: add workflow #1

Workflow file for this run

name: e2echat
on: push
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- run: npm install
- run: tsc
- run: NODE_ENV=production nodemon start