Add minimal Node.js project for build.yaml
Build Project / build (push) Waiting to run Details
Test Runner / test (push) Waiting to run Details

This commit is contained in:
m.marjorie 2025-04-04 09:42:48 +08:00
parent e41485d0d2
commit 217583743a
2 changed files with 17 additions and 0 deletions

1
index.js Normal file
View File

@ -0,0 +1 @@
console.log('Building...')

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "testing-ci-cd",
"version": "1.0.0",
"description": "# Test 4 # Test 4",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.qoneqtor.com/m.marjorie/testing-ci-cd.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}