Skip to content

Commit

Permalink
chore: Revise the .github/workflows/build.yml file with correct comma…
Browse files Browse the repository at this point in the history
…nds.
  • Loading branch information
gkapfham committed Sep 8, 2024
1 parent 0d75c99 commit 720dab7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,15 @@ jobs:
pipx list
cd exam
poetry install
# Confirm correctness with execexam
# Confirm correctness with execexam and show
# detailed report information
- name: Confirm Correctness with ExecExam
if: always()
run: |
cd exam
poetry run execexam . tests/ --verbose
# Run GatorGrader: use the gatorgrade.yml in repository's root
poetry run execexam . ./tests/ --report trace --report status --report failure --report code --report setup --no-fancy
# Run GatorGrader: use the gatorgrade.yml in repository's root;
# note that this runs execexam for some of the checks
- name: Run GatorGrader with GatorGrade
run: |
pipx install gatorgrade
Expand Down

0 comments on commit 720dab7

Please sign in to comment.