Skip to content

Commit

Permalink
specific settings for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Jan 14, 2022
1 parent 618ac50 commit e1cfb27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
sudo touch /var/log/alyx.log; sudo chmod 776 /var/log/alyx.log
sudo touch /var/log/alyx_json.log; sudo chmod 776 /var/log/alyx_json.log
cd alyx
mv alyx/settings_template.py alyx/settings.py
mv alyx/settings_ci.py alyx/settings.py
coverage run manage.py test -n
coveralls --service=github
env:
Expand Down

0 comments on commit e1cfb27

Please sign in to comment.