Skip to content

Commit eea8172

Browse files
committed
correct variable names
1 parent 4d06786 commit eea8172

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/classroom.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,14 @@ jobs:
7272
test-name: flake8-test
7373
timeout: 1
7474
- env:
75-
EXERCISE54: ${{steps.exercise-5-4.outputs.result}}
76-
EXERCISE55: ${{steps.exercise-5-5.outputs.result}}
77-
EXERCISE-5-6: ${{steps.exercise-5-6.outputs.result}}
78-
FLAKE8-TEST: ${{steps.flake8-test.outputs.result}}
79-
PACKAGE-INSTALL: ${{steps.package-install.outputs.result}}
80-
SETUP: ${{steps.setup.outputs.result}}
75+
EXERCISE-5-4_RESULTS: ${{steps.exercise-5-4.outputs.result}}
76+
EXERCISE-5-5_RESULTS: ${{steps.exercise-5-5.outputs.result}}
77+
EXERCISE-5-6_RESULTS: ${{steps.exercise-5-6.outputs.result}}
78+
FLAKE8-TEST_RESULTS: ${{steps.flake8-test.outputs.result}}
79+
PACKAGE-INSTALL_RESULTS: ${{steps.package-install.outputs.result}}
80+
SETUP_RESULTS: ${{steps.setup.outputs.result}}
8181
name: Autograding Reporter
8282
uses: classroom-resources/autograding-grading-reporter@v1
8383
with:
84-
runners: exercise54,exercise55
84+
runners: setup, package-install, exercise-5-4, exercise-5-5, exercise-5-6,
85+
flake8-test

0 commit comments

Comments
 (0)