Skip to content

Commit

Permalink
SA unavailable exception
Browse files Browse the repository at this point in the history
  • Loading branch information
guirava committed Mar 15, 2024
1 parent 150cf3e commit cbf772a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,12 @@ jobs:
with:
dotnet-version: 6.0.x

# Run build script
- name: Build-RscSdk.ps1
# Build SDK
- name: Build SDK
run: pwsh -File Utils/Build-RscSdk.ps1 -NoTests -CI

# Test SDK
- name: Test SDK
env:
RSC_SERVICE_ACCOUNT_FILE: ${{ github.workspace }}/service_account.json
run: pwsh -File Utils/Build-RscSdk.ps1 -CI
run: pwsh -File Utils/Test-RscSdk.ps1 -CI

0 comments on commit cbf772a

Please sign in to comment.