Skip to content

Commit

Permalink
Dependency updates: try switching to opensearch github action helper
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelschneiderman committed May 31, 2024
1 parent 1eb91f3 commit e779df5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/client-integration-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Node.js Client Integration Tests

on:
pull_request:
push:
branches:
- dependency-updates

jobs:
client_integration_public:
Expand All @@ -26,11 +29,13 @@ jobs:
sudo sysctl -w vm.swappiness=1
sudo sysctl -w fs.file-max=262144
sudo sysctl -w vm.max_map_count=262144
- name: Runs Elasticsearch
uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 7.10.2
security-enabled: false
# - name: Runs Elasticsearch
# uses: elastic/elastic-github-actions/elasticsearch@master
# with:
# stack-version: 7.10.2
# security-enabled: false
- name: Setup OpenSearch
- uses: ankane/setup-opensearch@v1
- name: Setup DynamoDB Local
uses: rrainn/[email protected]
with:
Expand Down

0 comments on commit e779df5

Please sign in to comment.