Skip to content

Commit

Permalink
chore: rename to "dump composer's autoload"
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed May 4, 2021
1 parent bcd15e0 commit c7c0215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
run: |
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Dump composer
- name: Dump composer's autoload
run: |
composer dumpautoload
composer dump-autoload
- name: Make envfile
uses: SpicyPizza/create-envfile@v1
Expand Down

0 comments on commit c7c0215

Please sign in to comment.