name: ci-prometheus on: push: branches: [main] paths: - 'packages/prometheus/**' pull_request: branches: ['*'] paths: - 'packages/prometheus/**' jobs: ci: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: node-version: 18.x - run: yarn workspaces focus hono-middleware @hono/prometheus - run: yarn workspace @hono/prometheus build - run: yarn test --project @hono/prometheus