Skip to content

Commit

Permalink
skip docs in CI, update upper limit for bruteforce
Browse files Browse the repository at this point in the history
  • Loading branch information
ModischFabrications committed Apr 19, 2024
1 parent dc6c9bb commit 6ecbe7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
exclude: "docs/*"

# https://github.com/docker/metadata-action
- name: Export Metadata for Docker 🖊️
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
ports:
- "8000:80"
environment:
- BRUTEFORCE_MAX_COMBINATIONS=4000
- BRUTEFORCE_MAX_COMBINATIONS=8000
- SOLVER_N_MAX=1500

cutsolver_frontend:
Expand Down

0 comments on commit 6ecbe7e

Please sign in to comment.