Skip to content

Commit 7135a76

Browse files
committed
fix: github actions setup fix
1 parent e547ceb commit 7135a76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/spec.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ jobs:
1111
matrix:
1212
operating-system: [ ubuntu-latest, windows-latest ]
1313
php: [ '8.3' ]
14-
name: PHP ${{ matrix.php }} sample
14+
name: Haku Test @ PHP ${{ matrix.php }}
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Setup PHP
1818
uses: nanasess/setup-php@v4
1919
with:
2020
php-version: ${{ matrix.php }}
21+
- run: php haku init --test
2122
- run: php haku test

0 commit comments

Comments
 (0)