Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0388fa0912 |
@@ -7,6 +7,10 @@ on:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: project-ci-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
|
||||
+1
-1
@@ -68,7 +68,7 @@ export default defineConfig({
|
||||
environment: 'node',
|
||||
globals: true,
|
||||
minThreads: 1,
|
||||
maxThreads: 8,
|
||||
maxThreads: 1,
|
||||
server: {
|
||||
deps: {
|
||||
inline: [
|
||||
|
||||
Reference in New Issue
Block a user