Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed Aug 8, 2024
1 parent a0d0056 commit 7302367
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
],
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.0",
"@actions/exec": "^1.1.1",
"run-matlab-command-action": "github:matlab-actions/run-command#v2.1.0"
},
"devDependencies": {
"@types/jest": "^29.1.1",
"@types/node": "^20.11.16",
"@types/uuid": "^8.3.0",
"@vercel/ncc": "^0.38.0",
"jest": "^29.1.2",
"jest-circus": "^29.1.2",
"prettier": "2.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.3.4"
"@types/jest": "^29.5.12",
"@types/node": "^22.1.0",
"@types/uuid": "^10.0.0",
"@vercel/ncc": "^0.38.1",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"prettier": "3.3.3",
"ts-jest": "^29.2.4",
"typescript": "^5.5.4"
}
}
2 changes: 1 addition & 1 deletion src/buildSummary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function writeSummary(taskSummaryTableRows: string[][]) {
.addRaw(`
<table>
<tr>
<th>MATLAB Build Tasks</th>
<th>MATLAB Build Task</th>
<th>Status</th>
<th>Description</th>
<th>Duration (hh:mm:ss)</th>
Expand Down

0 comments on commit 7302367

Please sign in to comment.