Skip to content

No Love Deep Web

No Love Deep Web #19

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
jobs:
build-test:
runs-on: ubuntu-latest
name: Build and run tests
env:
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
dotnet-version: 6.0.417
source-url: ${{ secrets.NUGET_SOURCE }}
env:
NUGET_AUTH_TOKEN: ${{ secrets.PACKAGES_TOKEN }}
- run: dotnet build -c Release
- run: dotnet test -c Release