Skip to content

Commit

Permalink
go
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Sep 16, 2024
1 parent 90ae3de commit 0cbf866
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,5 @@ jobs:
-v /run/dbus:/run/dbus:ro \
-v $PWD/exporting.conf:/etc/netdata/exporting.conf:ro \
netdata/netdata
- name: Record after time
run: node -p "Math.floor(new Date().getTime() / 1000) * 1000" > /tmp/netdata_after
- name: Install Playwright and dependencies
run: pnpx playwright install --with-deps
- name: Record before time
run: node -p "Math.ceil(new Date().getTime() / 1000) * 1000" > /tmp/netdata_before

0 comments on commit 0cbf866

Please sign in to comment.