Skip to content

Commit

Permalink
SWI-6181 Update Deploy Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoegel committed Nov 11, 2024
1 parent f74921c commit 4be4b99
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,13 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Build SDK
uses: Bandwidth/[email protected]
with:
openapi-generator-version: 7.7.0
language: csharp
additional-properties: --additional-properties=packageVersion=$RELEASE_VERSION

- name: Run Unit Tests
run: dotnet test src/Bandwidth.Standard.Test --filter DisplayName~Bandwidth.Standard.Test.Unit

Expand Down

0 comments on commit 4be4b99

Please sign in to comment.