diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ebf4dc1..5e46b47 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,14 +50,3 @@ jobs: run: pnpx playwright install --with-deps - name: Record before time run: node -p "Math.ceil(new Date().getTime() / 1000) * 1000" > /tmp/netdata_before - - name: Download JSON from Netdata - run: | - before="$(cat /tmp/netdata_before)" - after="$(cat /tmp/netdata_after)" - curl -o netdata.json "http://localhost:19999/api/v2/data?format=json&group_by=instance&after=$after&before=$before" - - name: Upload artifact - uses: actions/upload-artifact@v4 - with: - name: netdata - path: | - netdata.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c49bd7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.env