Skip to content

perf: reduce K8s API calls during DNS server startup #181

perf: reduce K8s API calls during DNS server startup

perf: reduce K8s API calls during DNS server startup #181

Workflow file for this run

name: Test
on:
push:
branches:
- main
paths-ignore:
- .github/**
- docs/**
pull_request:
branches:
- main
paths-ignore:
- .github/**
workflow_dispatch:
jobs:
build:
runs-on:
group: Default
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: azure/setup-helm@v4.3.0
name: Install Helm
- name: Run tests.sh
run: |
sudo apt update
sudo apt install -y bind9-dnsutils
./test.sh
working-directory: test
env:
IS_CI: "1"
- uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: Test Results
path: test/results-*.tgz