File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 db_system : ${{ matrix.db_system }}
2828 - name : Give Apache permissions on necessary directories # for the tests, only src/files and src/inc/utils/locks seem necessary
2929 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
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
3333 - name : Test with pytest
3434 run : docker exec hashtopolis-server-dev pytest /var/www/html/ci/apiv2
3535 - name : Test if pytest is removing all test objects
You can’t perform that action at this time.
0 commit comments