KITPraktomatTeam / Praktomat

quality control for programming assignments
http://pp.ipd.kit.edu/projects/praktomat/praktomat.php
GNU General Public License v2.0
46 stars 22 forks source link

Update GitHub Actions workflow #349

Open hannesbraun opened 2 years ago

hannesbraun commented 2 years ago
ifrh commented 2 years ago

nice :-)

but tests failed with error message:

Traceback (most recent call last):
  File "/home/runner/work/Praktomat/Praktomat/src/hbrs_tests/test_admin_solutions_listview.py", line 41, in setUp
    self.assertEqual(response.status_code, 200)
AssertionError: 403 != 200

Fix for that problem see changes in pullrequest "Fix solution upload permissions for trainers" #348

ifrh commented 2 years ago

@ratefuchs : I vote for merging.