Skip to content

Commit

Permalink
chore: Attempt to use the continue-on-error flag in .github/workflows…
Browse files Browse the repository at this point in the history
…/build.yml.
  • Loading branch information
gkapfham committed Sep 8, 2024
1 parent 82ee98d commit 49ea0d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ 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
Expand All @@ -74,6 +75,7 @@ jobs:
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 49ea0d8

Please sign in to comment.