ci: isolate APT GitPeji runner
This commit is contained in:
@@ -58,7 +58,7 @@ test('build remains Windows portable without misleading signing overrides', () =
|
||||
|
||||
test('GitPeji CI targets the live runner and is build-only on Node 22', () => {
|
||||
const workflow = read('.gitea/workflows/ci.yml');
|
||||
assert.match(workflow, /^\s*runs-on:\s*alta-tool-hub-ci\s*$/m);
|
||||
assert.match(workflow, /runs-on:\s*apt-ci/);
|
||||
assert.doesNotMatch(workflow, /^\s*runs-on:\s*ubuntu-latest\s*$/m);
|
||||
assert.match(workflow, /actions\/checkout@v4/);
|
||||
assert.match(workflow, /actions\/setup-node@v4/);
|
||||
|
||||
Reference in New Issue
Block a user