We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85ea418 commit dddb0d0Copy full SHA for dddb0d0
.github/workflows/reports-scheduler-test-and-build-workflow.yml
@@ -21,13 +21,6 @@ jobs:
21
- name: Checkout Reports Scheduler
22
uses: actions/checkout@v2
23
24
- - name: RunBackwards Compatibility Tests
25
- run: |
26
- cd reports-scheduler
27
- echo "Running backwards compatibility tests ..."
28
- ./gradlew bwcTestSuite
29
-
30
31
- name: Build with Gradle
32
run: |
33
cd reports-scheduler
@@ -50,4 +43,3 @@ jobs:
50
43
with:
51
44
name: reports-scheduler
52
45
path: reports-scheduler-builds
53
0 commit comments