Skip to content

Commit

Permalink
change github input variables to lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
vicilliar committed Sep 9, 2024
1 parent 8983370 commit 3f2c4a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/master-cloud-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
uses: ./.github/workflows/cloud-integration-tests.yml
secrets: inherit
with:
NUMBER_OF_REPLICAS: 0
NUMBER_OF_SHARDS: 1
number_of_replicas: 0
number_of_shards: 1

run-1-replica-2-shard-test:
name: Cloud Integration Tests - 1 Replica, 2 Shards
uses: ./.github/workflows/cloud-integration-tests.yml
secrets: inherit
with:
NUMBER_OF_REPLICAS: 1
NUMBER_OF_SHARDS: 2
number_of_replicas: 1
number_of_shards: 2

0 comments on commit 3f2c4a8

Please sign in to comment.