Skip to content

Commit

Permalink
add additional steps
Browse files Browse the repository at this point in the history
  • Loading branch information
timbussmann committed Nov 28, 2024
1 parent 87bfae0 commit 78b4e47
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 78b4e47

Please sign in to comment.