Skip to content

Commit

Permalink
json no need
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Sep 16, 2024
1 parent c825de9 commit 50ce482
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.env

0 comments on commit 50ce482

Please sign in to comment.