Skip to content

Commit

Permalink
testing out the composer file
Browse files Browse the repository at this point in the history
  • Loading branch information
tnylea committed May 28, 2024
1 parent b649262 commit e18f1de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ jobs:
run: sed -i '/"phpunit\/phpunit"/d' composer.json
working-directory: ./laravel_app

- name: show contents of composer.json
run: cat composer.json
working-directory: ./laravel_app

- name: Remove composer.lock and re-run composer install
run: |
Expand Down

0 comments on commit e18f1de

Please sign in to comment.