Skip to content

Commit

Permalink
add bwc to workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
  • Loading branch information
kavithacm committed Dec 10, 2021
1 parent da0cc10 commit d566a36
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.14

- 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: |
Expand Down

0 comments on commit d566a36

Please sign in to comment.