Skip to content

Commit

Permalink
chore: Remove the continue-on-error flag and add an if: always() cond…
Browse files Browse the repository at this point in the history
…ition to the build job in .github/workflows/build.yml.
  • Loading branch information
gkapfham committed Sep 8, 2024
1 parent 49ea0d8 commit 59db217
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,15 @@ jobs:
run: |
cd exam
poetry run execexam . ./tests/ --report trace --report status --report failure --report code --report setup --no-fancy
continue-on-error: true
# 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
if: always()
run: |
pipx install gatorgrade
pipx list
cd exam
gatorgrade --report env md GITHUB_STEP_SUMMARY
continue-on-error: true
# Get the current time
- name: Get the Current Time
uses: josStorer/get-current-time@v2
Expand Down

0 comments on commit 59db217

Please sign in to comment.