Skip to content

Commit dddb0d0

Browse files
committed
removed bwc test from workflows
Signed-off-by: Shenoy Pratik <[email protected]>
1 parent 85ea418 commit dddb0d0

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)