Skip to content

Merge pull request #408 from VaniHaripriya/fix-mlflow-driver-ca-path #103

Merge pull request #408 from VaniHaripriya/fix-mlflow-driver-ca-path

Merge pull request #408 from VaniHaripriya/fix-mlflow-driver-ca-path #103

name: KFP Backend Tests
on:
push:
branches:
- master
- main
- stable
- 'rhoai-*'
pull_request:
branches:
- master
- main
- stable
- 'rhoai-*'
paths:
- 'backend/**'
- 'test/presubmit-backend-test.sh'
- '!**/*.md'
- '!**/OWNERS'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
backend-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Set up Go
uses: ./.github/actions/setup-go
- name: Run Backend Tests
env:
GIT_BRANCH: ${{ github.head_ref || github.ref_name }}
GIT_REPO: ${{ github.event.pull_request.head.repo.full_name }}
run: |
./test/presubmit-backend-test.sh