fix: workflow

pull/9060/head
Luciano Righetti 2023-05-04 17:13:24 +02:00
parent 0fb7220317
commit c3e83b4e14
1 changed files with 6 additions and 0 deletions

View File

@ -44,6 +44,12 @@ jobs:
extensions: php-mysql, php-xml, php-mbstring
tools: composer:v2
- name: Install mysql client
run: sudo apt-get install -y mysql-client
- name: Populate database
run: mysql -h db -u misp -pmisp misp3_test < docker/db/misp-2.4.169.sql
- name: Install composer packages
run: composer install --no-interaction --no-progress --no-suggest --ignore-platform-reqs