Skip to content

Commit ff9d8fb

Browse files
committed
Pest: specify working dir
1 parent bc89b5b commit ff9d8fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
coverage: xdebug
1919

2020
- name: Install Dependencies
21-
run: composer install --no-interaction --prefer-dist --optimize-autoloader
21+
run: composer install --no-interaction --prefer-dist --optimize-autoloader --working-dir=_api_app
2222

2323
- name: Tests
2424
run: ./vendor/bin/pest --ci

0 commit comments

Comments
 (0)