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 430188c commit e3c4f07
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 @@ -24,13 +24,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
run: python build_template_from_source.py 3 4 10 1

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

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

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

0 comments on commit e3c4f07

Please sign in to comment.