Skip to content

Commit

Permalink
Fix yaml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Dec 23, 2024
1 parent e513019 commit dec2f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit-tests-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Debug: List files before PHP setup
- name: "Debug: List files before PHP setup"
run: ls -laR

- name: Set up PHP
Expand All @@ -41,7 +41,7 @@ jobs:
tools: phpunit-polyfills, composer
extensions: zip

- name: Debug: List files after PHP Setup
- name: "Debug: List files after PHP Setup"
run: ls -laR


Expand Down

0 comments on commit dec2f9d

Please sign in to comment.