Skip to content

Commit

Permalink
#114 Use title case for all GitHub workflow action names
Browse files Browse the repository at this point in the history
  • Loading branch information
extracts committed Nov 1, 2023
1 parent bb4a25d commit 17b36fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install Composer and Dependencies
run: sudo apt-get update && curl -s http://getcomposer.org/installer | php && php composer.phar self-update && php composer.phar install

- name: Get Solr ${{ matrix.versions.solr }} from cache
- name: Get Solr ${{ matrix.versions.solr }} from Cache
id: cache-solr
uses: actions/cache@v3
with:
Expand All @@ -51,16 +51,16 @@ jobs:
- name: Start MySQL
run: sudo systemctl start mysql.service

- name: Prepare workspace
- name: Prepare Workspace
run: ant prepare-workspace

- name: Prepare search config
- name: Prepare Search Config
run: ant prepare-config

- name: Prepare database
- name: Prepare Database
run: bash vendor/bin/opus4db --adminpwd root --userpwd root --sqlpwd root

- name: Basic PHP file check
- name: Basic PHP File Check
run: ant lint

- name: Tests
Expand Down

0 comments on commit 17b36fd

Please sign in to comment.