Skip to content

fix: machine registration before sync, date filter, unique hostnames #14

fix: machine registration before sync, date filter, unique hostnames

fix: machine registration before sync, date filter, unique hostnames #14

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
agent-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: |
cd agent
pip install -e ".[dev]"
pytest -v
dashboard-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: |
cd dashboard
npm ci
npm run build