Skip to content

Extension for Gridify to be able to use it with Elasticsearch #86

Extension for Gridify to be able to use it with Elasticsearch

Extension for Gridify to be able to use it with Elasticsearch #86

Workflow file for this run

name: Build Pull Requests
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
env:
HUSKY: 0
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore
- name: Test
run: dotnet test -c Release --no-build --verbosity normal