Skip to content

Commit

Permalink
Use latest autograding.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Dec 1, 2023
1 parent 6d30613 commit d473e4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autograding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
BROWSER: chrome-container
run: mvn -V --color always -ntp clean verify --file pom.xml '-Djenkins.test.timeout=5000' '-Dgpg.skip' -Ppit | tee maven.log
- name: Extract pull request number
- name: 'Extract pull request number'
uses: jwalton/gh-find-current-pr@v1
id: pr
- name: Run Autograding
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ jobs:
status: ${{ steps.metrics.outputs.warnings }}
color: 'orange'
path: badges/warnings.svg
- name: Commit badge
- name: Commit updated badges
continue-on-error: true
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add badges/*.svg
git commit -m "Update badges with results from latest autograding"
- name: Push badge commit
- name: Push updated badges to GitHub repository
uses: ad-m/github-push-action@master
if: ${{ success() }}
with:
Expand Down

0 comments on commit d473e4f

Please sign in to comment.