Skip to content

chore(deps): update dependency tunit to 1.15.11 #389

chore(deps): update dependency tunit to 1.15.11

chore(deps): update dependency tunit to 1.15.11 #389

Workflow file for this run

name: CI
permissions:
contents: read
actions: read
pull-requests: write
security-events: write
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
dotnet-logging:
required: true
type: choice
default: minimal
options:
- quiet
- minimal
- normal
- detailed
- diagnostic
jobs:
all:
if: github.run_id != 1
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@93d4eef3b37e738b6591fdf83a538baab9dcd546 # 2.3.128
with:
dotnetLogging: ${{ inputs.dotnet-logging }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
solution: ./Pulse.slnx
secrets: inherit