Skip to content

Updating to reflect Prometheus v3 improvements, including new functions + aggregators #44

Updating to reflect Prometheus v3 improvements, including new functions + aggregators

Updating to reflect Prometheus v3 improvements, including new functions + aggregators #44

Workflow file for this run

name: run-tests
on:
push:
branches: master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup .NET Core 6.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.x'
- name: Setup .NET Core 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- uses: actions/checkout@v4
- run: dotnet test -c "Debug"