Skip to content

Commit c225188

Browse files
authored
Remove unnecessary chmod command in CI (#734)
* Move optional steps for testing VMs out of README.md file This may help avoid new users being confused that they must follow those instructions. Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Add 2025-Jan-30 versions of source code for install.sh Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> * Remove unnecessary chmod command in CI Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu> --------- Signed-off-by: Andy Fingerhut <andy_fingerhut@alum.wustl.edu>
1 parent 941262c commit c225188

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/test-exercises.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
3535
- name: Run PTF Tests
3636
run: |
37-
chmod +x exercises/${{ matrix.exercise }}/runptf.sh
3837
cd exercises/${{ matrix.exercise }}
3938
make test
4039
# Retain logs in case runs fail

0 commit comments

Comments
 (0)