Skip to content

Commit

Permalink
Merge pull request #45 from tarosky/fumikito-patch-3
Browse files Browse the repository at this point in the history
Update wp-unit-test.yml
  • Loading branch information
fumikito authored Jul 1, 2024
2 parents 485b2a9 + b698f29 commit d23a61d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-progress
run: composer install --no-progress

- name: Run PHP CS
run: composer ${{ inputs.composer_command }}
2 changes: 1 addition & 1 deletion .github/workflows/phplint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install composer if exists
if: ${{ hashFiles('./composer.json') != '' }}
run: composer install --no-dev --prefer-dist
run: composer install --no-dev

- name: Run PHP lint and save as file.
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wp-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: composer validate

- name: Install dependencies
run: composer install --prefer-dist --no-suggest
run: composer install --no-suggest

- name: Start MySQL
run: |
Expand Down

0 comments on commit d23a61d

Please sign in to comment.