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