test: add throwaway package for Gitea runner E2E

This commit is contained in:
root 2026-05-25 04:05:29 +00:00
parent eab233b3a0
commit c05085b44a
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,4 @@
module.exports = {
ok: true,
packageName: '@bytelyst/_runner-e2e-test',
};

View File

@ -0,0 +1,12 @@
{
"name": "@bytelyst/_runner-e2e-test",
"version": "0.0.1",
"description": "Throwaway package for E2E validating the Hostinger Gitea runner. Safe to delete.",
"main": "index.js",
"files": [
"index.js"
],
"publishConfig": {
"access": "restricted"
}
}