Skip to content

chore(deps): Bump Npgsql from 6.0.6 to 8.0.3 in /MensattScraper #154

chore(deps): Bump Npgsql from 6.0.6 to 8.0.3 in /MensattScraper

chore(deps): Bump Npgsql from 6.0.6 to 8.0.3 in /MensattScraper #154

Workflow file for this run

name: .NET
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
env:
MENSATT_SCRAPER_DB: HOST=localhost;Port=8080;Username=unset;Password=unset;Database=unset
MENSATT_SCRAPER_API_URL: unset
MENSATT_SCRAPER_CONTENT: unset
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal