Skip to content

Commit a806960

Browse files
committed
ci: add emojis
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent d7ed8c1 commit a806960

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:
@@ -26,31 +26,31 @@ jobs:
2626
nextcloud-version: "stable31"
2727
- php-version: "8.1"
2828
nextcloud-version: "stable32"
29-
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
29+
name: "🧪 Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests"
3030
steps:
31-
- name: Set up php${{ matrix.php-version }}
31+
- name: "🧰 Set up php${{ matrix.php-version }}"
3232
uses: shivammathur/setup-php@v2
3333
with:
3434
php-version: ${{ matrix.php-version }}
3535
extensions: ctype,curl,dom,gd,iconv,intl,json,mbstring,openssl,posix,sqlite,xml,zip,gmp
3636
coverage: xdebug
37-
- name: Checkout Nextcloud
37+
- name: "📥 Checkout Nextcloud"
3838
run: git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b ${{ matrix.nextcloud-version }} nextcloud
3939
# - name: Patch version check for nightly PHP
4040
# if: ${{ matrix.php-version == '8.2' }}
4141
# run: echo "<?php" > nextcloud/lib/versioncheck.php
42-
- name: Install Nextcloud
42+
- name: "⚙️ Install Nextcloud"
4343
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=''
44-
- name: Checkout qownnotesapi
44+
- name: "📦 Checkout qownnotesapi"
4545
uses: actions/checkout@v3
4646
with:
4747
path: nextcloud/apps/qownnotesapi
48-
- name: Test app
48+
- name: "Test app"
4949
run: php -f nextcloud/occ app:enable qownnotesapi && php -f nextcloud/occ background:cron
50-
- name: Install dependencies
50+
- name: "📦 Install dependencies"
5151
working-directory: nextcloud/apps/qownnotesapi
5252
run: composer install
53-
- name: Run tests
53+
- name: "🧪 Run tests"
5454
working-directory: nextcloud/apps/qownnotesapi
5555
run: composer test-coverage
5656
if: ${{ matrix.php-version == '8.3' }}

0 commit comments

Comments
 (0)