From aec2e5a5d3b8fee949fd5a5faa008a0bc2fb0b02 Mon Sep 17 00:00:00 2001 From: Curtis Delicata Date: Tue, 11 Jun 2024 16:48:27 +0100 Subject: [PATCH] Update run-tests.yml --- .github/workflows/run-tests.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index f4d1765..d10224e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,12 +13,7 @@ jobs: uses: actions/checkout@v2 with: path: host/packages/liberu-genealogy/laravel-gedcom - - - name: Add this package to composer.json repositories - uses: ajthinking/merge-json-files@v1.0.20 - with: - repo_relative_path: 'host/packages/liberu-genealogy/laravel-gedcom' - + - name: Require this package working-directory: ./host run: composer require liberu-genealogy/laravel-gedcom @dev