joelverhagen / azurite-sample

A sample of how to run Azurite in your CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running Azurite in CI

This repository has samples of how you can run Azurite, the Azure Storage emulator, in your continuous integration (CI) build.

See tests/StorageTests.cs for a sample of how to use Azurite in some .NET tests. The sample uses C# and xUnit.

The CI services with samples are listed below:

CI service Status Sample
Azure Pipelines Azure Pipelines .pipelines/test.yml
GitHub Actions GitHub Actions .github/workflows/test.yml

About

A sample of how to run Azurite in your CI

License:MIT License


Languages

Language:C# 100.0%