Skip to content

Commit

Permalink
Syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dottxado committed Jan 28, 2025
1 parent b26f162 commit 01a7696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
- name: Check if PHP installation is needed
run: |
if [ "${{ hashFiles('composer.json') }}" != '' && "${{ inputs.PHP_VERSION }}" != '' ]; then
echo "PHP_CHECK=true" >> $GITHUB_ENV
if [ "${{ hashFiles('composer.json') }}" != "" ] && [ "${{ inputs.PHP_VERSION }}" != "" ]; then
echo "PHP_CHECK=true" >> $GITHUB_ENV
fi
- name: Set up PHP
Expand Down

0 comments on commit 01a7696

Please sign in to comment.