Skip to content

Commit c9ae11a

Browse files
committed
test running old test suite with changes
1 parent b7e749f commit c9ae11a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
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

0 commit comments

Comments
 (0)