Skip to content

Commit

Permalink
Add debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-schwarz committed Mar 27, 2024
1 parent dd50b5b commit ad87ed3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/exercise-feedback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ jobs:
run: |
./grading/ci/run_grading.sh
- name: env test
run: |
echo ${{ steps.ex_feedback.outputs }}
echo ${{ steps.ex_feedback.outputs.score_ex1 }}
echo ${{ steps.ex_feedback.outputs.score_ex2 }}
cat $GITHUB_OUTPUT
# Create badges
- name: Create badges ex1
uses: RubbaBoy/[email protected]
Expand Down

0 comments on commit ad87ed3

Please sign in to comment.