We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672b500 commit b6274ddCopy full SHA for b6274dd
.github/workflows/classroom-autograding.yml
@@ -74,7 +74,7 @@ jobs:
74
const passed = parseInt(${{ steps.parse.outputs.passed || 0 }}, 10);
75
const failed = parseInt(${{ steps.parse.outputs.failed || 0 }}, 10);
76
const skipped = parseInt(${{ steps.parse.outputs.skipped || 0 }}, 10);
77
- const total = ${env.MAX_TESTS};
+ const total = ${{ env.MAX_TESTS }};
78
const result = `${passed}/${total}`
79
80
core.setOutput('total', total);
0 commit comments