Skip to content

Commit

Permalink
# moved OPENSEARCH_VERSION to global scope
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong committed Jan 30, 2024
1 parent d34bcdb commit e4e6c7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ on:
paths-ignore:
- '**/*.md'

env:
OPENSEARCH_VERSION: latest

jobs:
helpers-integration-test:
name: Helpers integration test
Expand All @@ -20,7 +23,6 @@ jobs:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]

env:
OPENSEARCH_VERSION: latest
SECURE_INTEGRATION: false

steps:
Expand Down Expand Up @@ -70,7 +72,6 @@ jobs:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]

env:
OPENSEARCH_VERSION: latest
SECURE_INTEGRATION: true

steps:
Expand Down

0 comments on commit e4e6c7f

Please sign in to comment.