Skip to content

Commit d84ff28

Browse files
committed
ci: fix install command
1 parent 59e85e6 commit d84ff28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Generate application key
8383
run: |
84-
php artisan key:generate --ansi
84+
php vendor/bin/testbench key:generate --ansi
8585
8686
- name: Run test suite
8787
run: vendor/bin/pest --parallel --shard=${{ matrix.shard }}/4 --coverage-clover ./coverage.xml

0 commit comments

Comments
 (0)