Skip to content

Commit e4e4e22

Browse files
committed
try just one exercise
1 parent f59d9e7 commit e4e4e22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/classroom.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
test-name: flake8-test
7373
timeout: 1
7474
- env:
75-
EXERCISE-5-4: ${{steps.exercise-5-4.outputs.result}}
75+
EXERCISE54: ${{steps.exercise-5-4.outputs.result}}
7676
EXERCISE-5-5: ${{steps.exercise-5-5.outputs.result}}
7777
EXERCISE-5-6: ${{steps.exercise-5-6.outputs.result}}
7878
FLAKE8-TEST: ${{steps.flake8-test.outputs.result}}
@@ -81,4 +81,4 @@ jobs:
8181
name: Autograding Reporter
8282
uses: classroom-resources/autograding-grading-reporter@v1
8383
with:
84-
runners: exercise-5-4
84+
runners: exercise54

0 commit comments

Comments
 (0)