Skip to content

Commit

Permalink
⚗️ Test for CI System (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
soo-bak committed Jul 28, 2024
1 parent 4a97943 commit b982090
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/scripts/combine-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ function parseXML(filePath) {
}

function combineResults(playmode, editmode) {
const now = new Date();
const formattedDate = `${(now.getMonth() + 1).toString().padStart(2, '0')}/${now.getDate().toString().padStart(2, '0')}/${now.getFullYear()} - ${now.getHours()
.toString().padStart(2, '0')}:${now.getMinutes().toString().padStart(2, '0')}:${now.getSeconds().toString().padStart(2, '0')}`;

return {
Generatedon: [playmode.Generatedon],
Generatedon: [formattedDate],
Author: ['soo-bak'],
Assemblies: [parseInt(playmode.Assemblies[0])],
Classes: [parseInt(playmode.Classes[0])],
Expand Down

0 comments on commit b982090

Please sign in to comment.