Skip to content

Commit

Permalink
Update kernel_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Apr 22, 2024
1 parent 966114d commit f6c9b3e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/kernel_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ jobs:
SCALA_VERSION: 2.12.17
steps:
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v4
id: git-diff
with:
PATTERNS: |
**
.github/workflows/**
!connectors/**
!spark/**
!hudi/**
!iceberg/**
!icebergShaded/**
!*.md
!**/*.md
- name: install java
uses: actions/setup-java@v3
with:
Expand All @@ -15,6 +28,8 @@ jobs:
- name: Run tests
run: |
python run-tests.py --group kernel --coverage
if: steps.git-diff.outputs.diff
- name: Run integration tests
run: |
cd kernel/examples && python run-kernel-examples.py --use-local
if: steps.git-diff.outputs.diff

0 comments on commit f6c9b3e

Please sign in to comment.