Skip to content

Commit

Permalink
removed bwc test from workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
  • Loading branch information
ps48 committed Aug 6, 2022
1 parent 85ea418 commit dddb0d0
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
- name: Checkout Reports Scheduler
uses: actions/checkout@v2

- name: RunBackwards Compatibility Tests
run: |
cd reports-scheduler
echo "Running backwards compatibility tests ..."
./gradlew bwcTestSuite
- name: Build with Gradle
run: |
cd reports-scheduler
Expand All @@ -50,4 +43,3 @@ jobs:
with:
name: reports-scheduler
path: reports-scheduler-builds

0 comments on commit dddb0d0

Please sign in to comment.