We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33a380 commit e4cca86Copy full SHA for e4cca86
.github/workflows/tests.yml
@@ -44,5 +44,10 @@ jobs:
44
- name: Install dependencies
45
run: composer install --prefer-dist --no-progress --no-interaction --no-suggest
46
47
- - name: Application code-style testing
+ - name: Tests for Linux
48
+ if: ${{ matrix.os == 'ubuntu' }}
49
run: sudo php ./iconify test
50
+
51
+ - name: Tests for Windows
52
+ if: ${{ matrix.os == 'windows' }}
53
+ run: php ./iconify test
0 commit comments