Skip to content

Commit

Permalink
Remove the lock file before creating the project
Browse files Browse the repository at this point in the history
Signed-off-by: George Steel <[email protected]>
  • Loading branch information
gsteel committed Jan 8, 2024
1 parent 53e8d7b commit 5c4b7b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/checkout@v3
- name: Test create-project
run: |
rm composer.lock
cd ..
yes 1 | composer create-project mezzio/mezzio-skeleton test-new-project \
--repository='{"type": "path", "url": "./mezzio-skeleton"}' --stability=dev
Expand Down

0 comments on commit 5c4b7b4

Please sign in to comment.