Skip to content

Commit 92e8fb0

Browse files
Update java-ci.yml
1 parent d68d9f6 commit 92e8fb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/java-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
id: grade
4040
if: always()
4141
env:
42-
# Використовуємо outcome кроку run_tests ("success" або "failure")
4342
TESTS_STATUS: ${{ steps.run_tests.outcome }}
4443
run: |
45-
chmod +x ./grade.sh
46-
./grade.sh
44+
chmod +x .github/workflows/grade.sh
45+
.github/workflows/grade.sh
46+

0 commit comments

Comments
 (0)