Skip to content

Commit 757b733

Browse files
committed
wip
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent f41efd8 commit 757b733

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/tests.yml

+12
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,18 @@ jobs:
4242
tools: composer:v2
4343
coverage: none
4444

45+
- uses: actions/checkout@v4
46+
name: Checkout private tools
47+
with:
48+
repository: laravel/nova
49+
token: ${{ secrets.MY_GITHUB_TOKEN }}
50+
path: nova
51+
ref: "main"
52+
53+
- name: Configure repository configuration
54+
run: |
55+
composer config repositories.nova '{"type": "path", "url": "nova"}' --file composer.json
56+
4557
- name: Install dependencies
4658
run: |
4759
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}"

0 commit comments

Comments
 (0)