Skip to content

Commit

Permalink
Update the ci.yml file again
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer authored Jun 13, 2024
1 parent 852877e commit 70e3038
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
show-progress: false

- name: Install the dependencies
uses: ramsey/composer-install@v3
Expand Down Expand Up @@ -53,6 +55,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
show-progress: false

- name: Install the dependencies
uses: ramsey/composer-install@v3
Expand Down Expand Up @@ -83,6 +87,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
show-progress: false

- name: Install the dependencies
uses: ramsey/composer-install@v3
Expand Down

0 comments on commit 70e3038

Please sign in to comment.