Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SychO9 committed Nov 30, 2024
1 parent d58b108 commit 7da4b11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/REUSABLE_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ jobs:
run: composer install
working-directory: ${{ inputs.backend_directory }}

- name: Create MySQL Database
run: mysql --host 127.0.0.1 --port ${{ job.services.mysql.ports['3306'] }} -uroot -proot -e 'CREATE DATABASE flarum_test;'

- name: Run PHPStan
run: composer analyse:phpstan
env:
Expand Down

0 comments on commit 7da4b11

Please sign in to comment.