Skip to content

fix(webhook): scope v1alpha1 DNSRecord webhook to v1alpha1 requests (… #1106

fix(webhook): scope v1alpha1 DNSRecord webhook to v1alpha1 requests (…

fix(webhook): scope v1alpha1 DNSRecord webhook to v1alpha1 requests (… #1106

Workflow file for this run

name: Tests
on:
push:
jobs:
test:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
- name: Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24.16.0
cache: npm
cache-dependency-path: web/package-lock.json
- name: Build Web UI
run: make build-web
- name: Running Tests
run: |
go mod download
make test