Skip to content

add read total fil transferred from stats #61

add read total fil transferred from stats

add read total fil transferred from stats #61

Workflow file for this run

name: ci
on:
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: denoland/setup-deno@v1
with:
deno-version: v1.34.1
- run: deno test --allow-net --allow-env --unstable
env:
INFLUX_TOKEN: ${{ secrets.INFLUX_TOKEN }}
GLIF_TOKEN: ${{ secrets.GLIF_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}