Sync from GitHub main #1
@@ -1,11 +1,5 @@
|
|||||||
name: Acceptance (end-to-end TCP)
|
name: Acceptance (end-to-end TCP)
|
||||||
|
|
||||||
# Issue #15 acceptance matrix, executed end-to-end: stands up the real
|
|
||||||
# AuthoritativeServer behind the real TCP transport on a loopback port and drives
|
|
||||||
# real client sockets through it. If the runner cannot bind a loopback listener,
|
|
||||||
# the harness prints SKIP and exits 0 (it still runs for real on dev machines and
|
|
||||||
# the NAS runner).
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
@@ -17,17 +11,22 @@ on:
|
|||||||
- ".github/workflows/acceptance.yml"
|
- ".github/workflows/acceptance.yml"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
acceptance:
|
acceptance:
|
||||||
name: End-to-end TCP acceptance
|
name: End-to-end TCP acceptance
|
||||||
runs-on: [self-hosted, Linux, X64]
|
runs-on: [self-hosted, Linux, X64, co-server]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
|
||||||
|
with:
|
||||||
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Enforce repository runtime policy
|
- name: Enforce repository runtime policy
|
||||||
run: bash server/scripts/verify-no-legacy-runtime.sh
|
run: bash server/scripts/verify-no-legacy-runtime.sh
|
||||||
|
|
||||||
- uses: actions/setup-dotnet@v4
|
- uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9
|
||||||
env:
|
env:
|
||||||
DOTNET_INSTALL_DIR: ${{ runner.tool_cache }}/dotnet
|
DOTNET_INSTALL_DIR: ${{ runner.tool_cache }}/dotnet
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user