Files
nxdns/.gitea/workflows/live-tls.yml
T
mokhtar 9f8a5cd753
CI / test (push) Failing after 1m12s
CI / test-aarch64 (push) Failing after 2m27s
CI / frontend (push) Successful in 1m28s
CI / cross (push) Failing after 27s
CI / docker (push) Failing after 24s
milestone 15: make a green run mean a real pass
2026-08-07 01:28:13 +02:00

28 lines
595 B
YAML

name: Live TLS
# Manual and weekly. This workflow reaches public DoT resolvers, so it is
# non-blocking by construction and never runs on push or pull_request.
on:
workflow_dispatch:
schedule:
- cron: "0 5 * * 1"
env:
ZIG_VERSION: "0.16.0"
jobs:
live-tls:
runs-on: ubuntu-24.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- name: Set up Zig
uses: mlugg/setup-zig@v2
with:
version: ${{ env.ZIG_VERSION }}
- name: Run full test suite including live-network tests
run: zig build test -Dintegration -Dlive