-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87bfae0
commit 78b4e47
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,15 @@ jobs: | |
run: dotnet restore | ||
- name: Build | ||
run: dotnet build --no-restore | ||
# Requires a cosmosdb instance to run acceptance tests | ||
# - name: Test | ||
# run: dotnet test --no-build --verbosity normal | ||
- name: Azure login | ||
uses: azure/[email protected] | ||
with: | ||
creds: ${{ secrets.AZURE_CREDENTIALS }} | ||
- name: Setup Cosmos DB | ||
uses: Particular/[email protected] | ||
with: | ||
connection-string-name: Annoy_O_Bot_ComsmosConnectionString | ||
azure-credentials: ${{ secrets.AZURE_CREDENTIALS }} | ||
tag: Annoy_O_Bot_Tests | ||
- name: Test | ||
run: dotnet test --no-build --verbosity normal |