Skip to content

feat(server): add debug pprof server #122

feat(server): add debug pprof server

feat(server): add debug pprof server #122

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Use Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 16.x
- run: yarn
- name: Install statik
run: go get github.com/rakyll/statik
- name: Build
run: yarn build:prod
- name: Test
run: yarn test:prod