Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:storage-unittest-localstack' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ggallotti authored and Beta Bot committed Jan 7, 2025
1 parent 00426a9 commit 56c751c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/External-Storage-Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
include-prerelease: true

- name: Restore packages
run: dotnet restore $Env:SolutionFile
run: dotnet restore $SolutionFile

- name: Build
run: dotnet build $Env:SolutionFile --no-restore --configuration $Env:Configuration
run: dotnet build $SolutionFile --no-restore --configuration $Configuration

- name: Test External Storage
env:
Expand Down

0 comments on commit 56c751c

Please sign in to comment.