Skip to content

Commit

Permalink
Fix environment variables for Cloud Framework tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hach-que committed Jan 14, 2025
1 parent 444d06e commit 7fef3f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/uet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,9 @@ jobs:
shell: pwsh
env:
IS_RUNNING_UNDER_CI: "true"
REDIS_SERVER: "localhost:6379"
PUBSUB_SERVER: "localhost:9000"
DATASTORE_SERVER: "localhost:9001"
run: |
foreach ($Item in (Get-ChildItem UET -Filter Redpoint.CloudFramework.Tests)) {
if (Test-Path "$($Item.FullName)/$($Item.Name).csproj") {
Expand Down

0 comments on commit 7fef3f0

Please sign in to comment.