Skip to content

Commit efccb07

Browse files
committed
again
1 parent 60aa7ea commit efccb07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
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
3636
export PATH="${PHPENV_ROOT}/bin:${PATH}"
37-
eval "$(phpenv init -)"
37+
eval "$($PHPENV_ROOT/bin/phpenv init -)"
3838
exec $SHELL -l
3939
40-
- name: ls $PHPENV_ROOT
41-
run: ls $PHPENV_ROOT
40+
# - name: ls $PHPENV_ROOT
41+
# run: ls $PHPENV_ROOT
4242

43-
- name: ls $PHPENV_ROOT/bin
44-
run: ls $PHPENV_ROOT/bin
43+
# - name: ls $PHPENV_ROOT/bin
44+
# run: ls $PHPENV_ROOT/bin
4545

4646
- name: Clone Kanboard repository
4747
run: git clone --depth 1 $KANBOARD_REPO

0 commit comments

Comments
 (0)