Skip to content

Feature/refactor di and options setup #29

Feature/refactor di and options setup

Feature/refactor di and options setup #29

on:
pull_request:
branches:
- "main"
paths:
- "lib/Dequeueable.AzureQueueStorage/**"
- "tests/Dequeueable.AzureQueueStorage.**/"
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.x.x'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
run: dotnet test --no-restore --verbosity minimal