Skip to content

Commit

Permalink
Configure CI php ini
Browse files Browse the repository at this point in the history
  • Loading branch information
nmolham-godaddy committed Aug 29, 2024
1 parent d7799cf commit 50433ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Setup INI file
run: |
echo "zend.assertions=1" > php.ini
export PHP_INI_SCAN_DIR="pwd"
export PHP_INI_SCAN_DIR="$(pwd)"
- name: Execute tests via PHPUnit
env:
Expand Down

0 comments on commit 50433ec

Please sign in to comment.