Skip to content

Commit c2d0dcb

Browse files
committed
rm src
1 parent 215ead8 commit c2d0dcb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ jobs:
3737
if [ -f "$FILE" ]; then
3838
echo "$FILE exists."
3939
fi
40-
41-
source ~/.bash_profile
4240
export PATH="${PHPENV_ROOT}/bin:${PATH}"
4341
eval "$(/home/runner/.phpenv-root/bin/phpenv init -)"
4442
exec $SHELL -l
4543
44+
# source ~/.bash_profile
4645
# - name: ls $PHPENV_ROOT
4746
# run: ls $PHPENV_ROOT
4847

0 commit comments

Comments
 (0)