Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchidh committed Feb 7, 2025
1 parent 7feae97 commit 75591b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Process Lighthouse Results
uses: treosh/lighthouse-ci-action@v10
with:
configPath: './lighthouserc.js' # Your LHCI config file
configPath: './.lighthouserc.js' # Your LHCI config file
uploadArtifacts: true # Uploads reports to GitHub Actions
temporaryPublicStorage: true # Stores reports temporarily

Expand Down
1 change: 1 addition & 0 deletions config/opensearch_dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,4 @@
# Set the value to true to enable the new UI for savedQueries in Discover
# data.savedQueriesNewUI.enabled: true
opensearch.ignoreVersionMismatch: true
opensearch_security.enabled: false

0 comments on commit 75591b7

Please sign in to comment.