Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit a402c5b

Browse files
committed
Tests: update ci config
1 parent 745f3f2 commit a402c5b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/laravel.yml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- name: 安装引擎 (Initialize ripple)
3737
working-directory: laravel-app
3838
run: |
39-
composer config repositories.local '{"type": "path", "url": "../"}'
4039
composer require cloudtay/ripple-driver
4140
cp -r ../src vendor/cloudtay/ripple-driver/
4241

.github/workflows/thinkphp.yml

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- name: 安装引擎 (Initialize ripple)
3636
working-directory: thinkphp-app
3737
run: |
38-
composer config repositories.local '{"type": "path", "url": "../"}'
3938
composer require cloudtay/ripple-driver
4039
cp -r ../src vendor/cloudtay/ripple-driver/
4140

0 commit comments

Comments
 (0)