Skip to content

Commit

Permalink
add bwc to workflow (#316)
Browse files Browse the repository at this point in the history
Signed-off-by: Kavitha Conjeevaram Mohan <mohakavi@amazon.com>
  • Loading branch information
kavithacm authored Dec 10, 2021
1 parent cca378e commit 1980395
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 1980395

Please sign in to comment.