Skip to content

Commit 6ecbe7e

Browse files
skip docs in CI, update upper limit for bruteforce
1 parent dc6c9bb commit 6ecbe7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
steps:
6868
- name: Checkout 🛎️
6969
uses: actions/checkout@v4
70+
with:
71+
exclude: "docs/*"
7072

7173
# https://github.com/docker/metadata-action
7274
- name: Export Metadata for Docker 🖊️

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
ports:
1010
- "8000:80"
1111
environment:
12-
- BRUTEFORCE_MAX_COMBINATIONS=4000
12+
- BRUTEFORCE_MAX_COMBINATIONS=8000
1313
- SOLVER_N_MAX=1500
1414

1515
cutsolver_frontend:

0 commit comments

Comments
 (0)