Skip to content

Commit 6d18a7b

Browse files
committed
ci: add emojis
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 03863ba commit 6d18a7b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: "🧪 Test"
22

33
on:
44
pull_request:
@@ -20,31 +20,31 @@ jobs:
2020
nextcloud-version: "stable29"
2121
- php-version: "8.4"
2222
nextcloud-version: "stable30"
23-
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
23+
name: "🧪 Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests"
2424
steps:
25-
- name: Set up php${{ matrix.php-version }}
25+
- name: "🧰 Set up php${{ matrix.php-version }}"
2626
uses: shivammathur/setup-php@v2
2727
with:
2828
php-version: ${{ matrix.php-version }}
2929
extensions: ctype,curl,dom,gd,iconv,intl,json,mbstring,openssl,posix,sqlite,xml,zip,gmp
3030
coverage: xdebug
31-
- name: Checkout Nextcloud
31+
- name: "📥 Checkout Nextcloud"
3232
run: git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b ${{ matrix.nextcloud-version }} nextcloud
3333
# - name: Patch version check for nightly PHP
3434
# if: ${{ matrix.php-version == '8.2' }}
3535
# run: echo "<?php" > nextcloud/lib/versioncheck.php
36-
- name: Install Nextcloud
36+
- name: "⚙️ Install Nextcloud"
3737
run: php -f nextcloud/occ maintenance:install --database-name oc_autotest --database-user oc_autotest --admin-user admin --admin-pass admin --database sqlite --database-pass=''
38-
- name: Checkout qownnotesapi
38+
- name: "📦 Checkout qownnotesapi"
3939
uses: actions/checkout@v3
4040
with:
4141
path: nextcloud/apps/qownnotesapi
42-
- name: Test app
42+
- name: "Test app"
4343
run: php -f nextcloud/occ app:enable qownnotesapi && php -f nextcloud/occ background:cron
44-
- name: Install dependencies
44+
- name: "📦 Install dependencies"
4545
working-directory: nextcloud/apps/qownnotesapi
4646
run: composer install
47-
- name: Run tests
47+
- name: "🧪 Run tests"
4848
working-directory: nextcloud/apps/qownnotesapi
4949
run: composer test-coverage
5050
if: ${{ matrix.php-version == '8.3' }}

0 commit comments

Comments
 (0)