Skip to content

Bump Npgsql from 8.0.2 to 8.0.3 in /tests/Searchlight.Tests #94

Bump Npgsql from 8.0.2 to 8.0.3 in /tests/Searchlight.Tests

Bump Npgsql from 8.0.2 to 8.0.3 in /tests/Searchlight.Tests #94

Workflow file for this run

name: Build and Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
name: Checkout Code
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- name: Restore
run: dotnet restore
- name: Build
run: dotnet build
- name: Test
run: dotnet test
# We no longer use SonarCloud here; SonarCloud does automated scanning instead.
# This means we don't get code coverage but it is much faster and simpler.