Skip to content

Autotest and build performed by ProFiLeR4100 #34

Autotest and build performed by ProFiLeR4100

Autotest and build performed by ProFiLeR4100 #34

name: test-and-build
run-name: Autotest and build performed by ${{ github.actor }}
on: [push]
jobs:
prepare-test-build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install
- run: npm run test:prod
continue-on-error: true
- run: npm run build