Skip to content

Commit

Permalink
test all methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent-Van-Miegroet committed Apr 5, 2024
1 parent c287f2e commit 75ccd4d
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,23 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
- name: Run test case
- name: Run Basic Heuristic
run: |
python run_basic_heuristics.py
python run_basic_heuristics.py
- name: Run FJSP DRL
run: |
python run_FJSP_DRL.py
- name: Run GA
run: |
python run_genetic_algorithm.py
- name: Run MILP
run: |
python run_milp.py
- name: Run OR-tools
run: |
python run_or_tools.py
- name: Run Dispatching rules
run: |
python run_dispatching_rules.py

0 comments on commit 75ccd4d

Please sign in to comment.