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 f2274c6
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
env:
OUTPUT1: ${{steps.ex_feedback.outputs.score_ex1}}
OUTPUT2: ${{steps.ex_feedback.outputs.score_ex2}}
run: |
echo "$OUTPUT1"
# Create badges
- name: Create badges ex1
uses: RubbaBoy/[email protected]
Expand Down

0 comments on commit f2274c6

Please sign in to comment.