Skip to content
Snippets Groups Projects
Unverified Commit 970932c4 authored by Nina Herrmann's avatar Nina Herrmann Committed by GitHub
Browse files

Merge pull request #124 from learnweb/ci/fix

CI: Refactor for new Coding style requirement
parents 761e230b 0febe9a9
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
...@@ -112,7 +112,7 @@ jobs: ...@@ -112,7 +112,7 @@ jobs:
steps: steps:
- name: Start MariaDB - name: Start MariaDB
if: matrix.database == 'mariadb' if: matrix.database == 'mariadb'
run: docker run -p 3306:3306 -e MYSQL_USER=root -e MYSQL_ALLOW_EMPTY_PASSWORD=true -d mariadb:10 run: docker run -p 3306:3306 -e MYSQL_USER=root -e MYSQL_ALLOW_EMPTY_PASSWORD=true -d mariadb:10.5
- name: Start PostgreSQL - name: Start PostgreSQL
if: matrix.database == 'pgsql' if: matrix.database == 'pgsql'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment