Skip to content

Commit 6e9748a

Browse files
Fixed tests
1 parent dd1bcc9 commit 6e9748a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ jobs:
8686

8787
- name: Tests for Linux
8888
if: ${{ matrix.os == 'ubuntu' }}
89-
run: sudo php ./iconify test
89+
run: sudo php builds/iconify test
9090

9191
- name: Tests for Windows
9292
if: ${{ matrix.os == 'windows' }}
93-
run: php ./iconify test
93+
run: php builds/iconify test
9494

9595
push:
9696
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)