Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSOE-420: Make Azurite and SQL Server installation configurable in Lombiq.GitHub.Actions #258

Merged
merged 9 commits into from
Nov 2, 2022
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
machine-types: "[\"ubuntu-latest-4core\", \"windows-latest-8core\"]"
timeout-minutes: 30
set-up-sql-server: "true"
set-up-azurite: "true"
ui-test-parallelism: 0

call-build-and-test-workflow-standard-runners:
Expand All @@ -25,6 +27,8 @@ jobs:
with:
machine-types: "[\"ubuntu-latest\", \"windows-latest\"]"
timeout-minutes: 60
set-up-sql-server: "true"
set-up-azurite: "true"

call-build-and-test-workflow-nuget-test:
name: Build and Test - NuGetTest solution
Expand Down