Skip to content

Commit 7e80ff6

Browse files
committed
Fix GitHub Pages deployment permissions
1 parent a7319a2 commit 7e80ff6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
with:
2929
github_token: ${{ secrets.GITHUB_TOKEN }}
3030
publish_dir: jest-stare
31-
31+
force_orphan: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dev": "concurrently \"npm run start:dev\" \"npm run sync\"",
1515
"start:prod": "node dist/main",
1616
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
17-
"test": "jest",
17+
"test": "jest --maxWorkers=50%",
1818
"test:watch": "jest --watch",
1919
"test:cov": "jest --coverage"
2020
},

0 commit comments

Comments
 (0)