Skip to content

Commit 453752b

Browse files
Resolve RunAPI core during Composer CI
Configure the RunAPI core Composer repository before installing dependencies.
1 parent dd226bc commit 453752b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
php-version: ${{ matrix.php-version }}
1919
tools: composer
2020
- run: composer validate --strict
21+
- run: composer config repositories.runapi-core vcs https://github.com/runapi-ai/core-php
2122
- run: composer install --no-interaction --prefer-dist
2223
- run: find src tests -name '*.php' -print0 | xargs -0 -n1 php -l

0 commit comments

Comments
 (0)