Skip to content

Commit 650e82b

Browse files
chore: add emojis and show Ø when there is no value from the test matrix
1 parent ef0639e commit 650e82b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
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

0 commit comments

Comments
 (0)