Skip to content

Add labels to the session counter metric #15

Add labels to the session counter metric

Add labels to the session counter metric #15

Workflow file for this run

name: Spacecowboy service tests
on:
push:
branches: [ main ]
paths:
- "service/**"
- "service.test/**"
pull_request:
branches: [ main ]
paths:
- "service/**"
- "service.test/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore ./Spacecowboy.sln
- name: Build
run: dotnet build ./Spacecowboy.sln --no-restore
- name: Test
run: dotnet test ./Spacecowboy.sln --no-build --verbosity normal