Skip to content

Add pm2 in dockerfile & restart docker ps on error (#97) #137

Add pm2 in dockerfile & restart docker ps on error (#97)

Add pm2 in dockerfile & restart docker ps on error (#97) #137

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup node
uses: actions/[email protected]
with:
node-version: 18
cache: 'yarn'
- run: yarn install
- run: yarn run test