Skip to content

Coveo Image Url

Coveo Image Url #58

Workflow file for this run

name: Dianoga CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Build
run: dotnet build --configuration Release
- name: Test
run: dotnet test