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 18230a7 commit ba5b1acCopy full SHA for ba5b1ac
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
- name: Give Apache permissions on necessary directories # for the tests, only src/files and src/inc/utils/locks seem necessary
29
run: docker exec -u root hashtopolis-server-dev bash -c "chown -R www-data:www-data /var/www/html/src && chmod -R g+w /var/www/html/src"
30
- name: Run test suite
31
+ if: ${{ matrix.db_system == 'mysql' }} # the legacy is only supposed to work with mysql
32
run: docker exec hashtopolis-server-dev php /var/www/html/ci/run.php -vmaster
33
- name: Test with pytest
34
run: docker exec hashtopolis-server-dev pytest /var/www/html/ci/apiv2
0 commit comments