Skip to content

Commit 215ead8

Browse files
committed
try 6
1 parent 695206f commit 215ead8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
run: |
3434
curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin/phpenv-installer | PHPENV_ROOT=$HOME/.phpenv-root bash
3535
echo 'export PATH="${PHPENV_ROOT}/bin:${PATH}"' >> ~/.bash_profile
36+
FILE="$PHPENV_ROOT/bin/phpenv"
37+
if [ -f "$FILE" ]; then
38+
echo "$FILE exists."
39+
fi
40+
3641
source ~/.bash_profile
3742
export PATH="${PHPENV_ROOT}/bin:${PATH}"
3843
eval "$(/home/runner/.phpenv-root/bin/phpenv init -)"

0 commit comments

Comments
 (0)