Skip to content

fix: Correct CLUSTER_DOMAIN extraction and port handling (#77) (#78) #3

fix: Correct CLUSTER_DOMAIN extraction and port handling (#77) (#78)

fix: Correct CLUSTER_DOMAIN extraction and port handling (#77) (#78) #3

Workflow file for this run

name: Build Test
on:
pull_request:
paths:
- 'deployment/**'
push:
branches:
- main
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install kustomize
run: |
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
sudo mv kustomize /usr/local/bin/
- name: Run build tests
run: |
cd deployment/scripts
./tests/test-builds.sh