Skip to content

Commit 56340ae

Browse files
committed
Minor build improvements
1 parent 797d9a1 commit 56340ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ jobs:
7070
composer config github-oauth.github.com "${{ secrets.COMPOSER_TOKEN }}"
7171
fi
7272
73-
- name: Install project dependencies
73+
- name: Install Project Dependencies
7474
run: composer install --prefer-dist --no-interaction --no-ansi --no-progress --no-suggest
7575

7676
- name: Fast Commands Test
7777
run: |
7878
./example Hello World
7979
80-
- name: Success reporting
80+
- name: Success Reporting
8181
if: success()
8282
run: git log --format=fuller -5

0 commit comments

Comments
 (0)