File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on: [push, pull_request]
44
55jobs :
66 tests :
7- name : Symfony ${{ matrix.symfony-version }} - PHP ${{ matrix.php-version }} - flags ${{ matrix.composer-flags }} - mysqldump ${{ matrix.mysql-client }}
7+ name : 🧪 Symfony ${{ matrix.symfony-version || 'Ø' }} - 🐘 ${{ matrix.php-version }} - 🏳️ ${{ matrix.composer-flags || 'Ø' }} - 💾 ${{ matrix.mysql-client || 'Ø' }}
88 runs-on : ubuntu-latest
99
1010 strategy :
@@ -86,12 +86,12 @@ jobs:
8686 - name : Install mysqldump
8787 run : |
8888 sudo apt update
89- sudo apt install -y -q ${{ matrix.mysql-client }}
89+ sudo apt install -y -q ${{ matrix.mysql-client || 'default-mysql-client' }}
9090 mysqldump --version
9191
9292 - name : Install mongodb database tools
9393 run : |
94- wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-debian92-x86_64-100.3.1.deb
94+ wget --quiet https://fastdl.mongodb.org/tools/db/mongodb-database-tools-debian92-x86_64-100.3.1.deb
9595 sudo apt install ./mongodb-database-tools-*.deb
9696 rm -f mongodb-database-tools-*.deb
9797
You can’t perform that action at this time.
0 commit comments