Skip to content

feat(misc): Adding new helper method to get column filter list along with leaf plan #2121

feat(misc): Adding new helper method to get column filter list along with leaf plan

feat(misc): Adding new helper method to get column filter list along with leaf plan #2121

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop, integration, main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Run tests
run: .github/workflows/runtests.sh
- name: Coverage Reports
uses: actions/upload-artifact@v3
with:
name: scoverage-report
path: target/scala-*/scoverage-report/**