Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Jul 18, 2024
1 parent f5d4cc6 commit 678fc00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:

- name: Setup DB
run: |
apt-get update
apt-get install mysql-client locales-all -y
mysql --host 127.0.0.1 --port ${{ job.services.database.ports['3306'] }} -uroot -proot -e "CREATE DATABASE coreshop_test CHARSET=utf8mb4;"
- name: Get composer cache directory
Expand Down

0 comments on commit 678fc00

Please sign in to comment.