Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
name: Kubernetes

on:
push:
pull_request:
# push:
# pull_request:
workflow_dispatch:

env:
RAY_HELM_VERSION: 1.1.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r tpch/requirements.txt
- name: Generate test data
run: |
./scripts/gen-test-data.sh
# - name: Generate test data
# run: |
# ./scripts/gen-test-data.sh
- name: Run Rust tests
run: cargo test --verbose
- name: Run Python tests
Expand Down
Loading