Skip to content

Commit

Permalink
Update run_program.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamSwayne authored Nov 21, 2023
1 parent c1cc227 commit 5577b39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
git config --global user.name "GitHub Actions"
- name: Execute python script first case
run: python build_template_from_source.py 3 4 10 1
run: python linear_program.py 3 4 10 1

- name: Execute python script second case
run: python build_template_from_source.py 5 2 3 2
run: python linear_program.py 5 2 3 2

- name: Execute python script third case
run: python build_template_from_source.py 1 10 10 3
run: python linear_program.py 1 10 10 3

- name: Check for changes
id: git-check
Expand Down

0 comments on commit 5577b39

Please sign in to comment.