Skip to content

Commit e4cca86

Browse files
Fixed tests
1 parent a33a380 commit e4cca86

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,10 @@ jobs:
4444
- name: Install dependencies
4545
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
4646

47-
- name: Application code-style testing
47+
- name: Tests for Linux
48+
if: ${{ matrix.os == 'ubuntu' }}
4849
run: sudo php ./iconify test
50+
51+
- name: Tests for Windows
52+
if: ${{ matrix.os == 'windows' }}
53+
run: php ./iconify test

0 commit comments

Comments
 (0)