Skip to content

Commit 3708799

Browse files
* removed odfe bwc test Signed-off-by: Shenoy Pratik <[email protected]> * removed bwc test from workflows Signed-off-by: Shenoy Pratik <[email protected]> (cherry picked from commit 556b5fb) Co-authored-by: Shenoy Pratik <[email protected]>
1 parent d56a728 commit 3708799

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/reports-scheduler-test-and-build-workflow.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ jobs:
2121
- name: Checkout Reports Scheduler
2222
uses: actions/checkout@v2
2323

24-
- name: RunBackwards Compatibility Tests
25-
run: |
26-
cd reports-scheduler
27-
echo "Running backwards compatibility tests ..."
28-
./gradlew bwcTestSuite
29-
30-
3124
- name: Build with Gradle
3225
run: |
3326
cd reports-scheduler
@@ -50,4 +43,3 @@ jobs:
5043
with:
5144
name: reports-scheduler
5245
path: reports-scheduler-builds
53-

0 commit comments

Comments
 (0)