Skip to content

fix: wait 60 seconds before measuring nodejs.cpuUsage so that you don… #9

fix: wait 60 seconds before measuring nodejs.cpuUsage so that you don…

fix: wait 60 seconds before measuring nodejs.cpuUsage so that you don… #9

Workflow file for this run

name: Snapshot
on:
push:
branches:
- main
jobs:
build:
if: ${{ github.repository == 'Netflix-Skunkworks/spectator-js-nodejsmetrics' }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node-version: [16, 18, 20]
steps:
- uses: actions/checkout@v2
- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Make
run: make