Skip to content

Commit 7772587

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tests.yml

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ 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.GITHUB_TOKEN }}
50+
path: nova
51+
ref: "main"
52+
4553
- name: Install dependencies
4654
run: |
4755
composer update --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}"

0 commit comments

Comments
 (0)