Skip to content

feat(hard-split): Standardize naming by hard-split and add metric #145

feat(hard-split): Standardize naming by hard-split and add metric

feat(hard-split): Standardize naming by hard-split and add metric #145

Workflow file for this run

name: Spark SQL Integration Test
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
jobs:
spark-sql-integration-test:
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Checkout code
uses: actions/checkout@v4
# - name: ssh to debug
# uses: valeriangalliat/action-sshd-cloudflared@v4
- name: Run Spark SQL Test
run: docker compose -f dev/integration/docker-compose.yml up -d riffle-test