Skip to content

fix: collect dashboard host memory on macos #111

fix: collect dashboard host memory on macos

fix: collect dashboard host memory on macos #111

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with: {go-version: '1.25'}
- run: go test ./...
- run: go vet ./...
- uses: actions/setup-node@v4
with: {node-version: 22}
- run: cd web && npm ci
- run: cd web && npm run typecheck
- run: cd web && npm run lint
- run: cd web && npm run test
- run: cd web && npm run build
- run: docker build -t stackhost:ci .