Skip to content

Commit ba5b1ac

Browse files
committed
execute legacy test framework only with mysql
1 parent 18230a7 commit ba5b1ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
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"
3030
- name: Run test suite
31+
if: ${{ matrix.db_system == 'mysql' }} # the legacy is only supposed to work with mysql
3132
run: docker exec hashtopolis-server-dev php /var/www/html/ci/run.php -vmaster
3233
- name: Test with pytest
3334
run: docker exec hashtopolis-server-dev pytest /var/www/html/ci/apiv2

0 commit comments

Comments
 (0)