Skip to content

Commit

Permalink
try to enable both
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Oct 12, 2022
1 parent 58295af commit 541bfef
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ jobs:
with:
java-version: ${{ matrix.java }}

- name: Run Backwards Compatibility Tests
run: |
cd opensearch-observability
echo "Running backwards compatibility tests ..."
./gradlew.bat bwcTestSuite -Dtests.security.manager=false
- name: Build with Gradle
run: |
cd opensearch-observability
Expand Down Expand Up @@ -99,6 +105,12 @@ jobs:
with:
java-version: ${{ matrix.java }}

- name: Run Backwards Compatibility Tests
run: |
cd opensearch-observability
echo "Running backwards compatibility tests ..."
./gradlew bwcTestSuite -Dtests.security.manager=false
- name: Build with Gradle
run: |
cd opensearch-observability
Expand Down
11 changes: 11 additions & 0 deletions dashboards-observability/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
##
# Copyright OpenSearch Contributors
# SPDX-License-Identifier: Apache-2.0
##

# Configuring end of line so snapshot gets deserialzed correctly in windows

root = true

[*]
end_of_line = lf

0 comments on commit 541bfef

Please sign in to comment.