We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60aa7ea commit efccb07Copy full SHA for efccb07
.github/workflows/tests.yaml
@@ -34,14 +34,14 @@ jobs:
34
curl -L https://raw.githubusercontent.com/phpenv/phpenv-installer/master/bin/phpenv-installer | PHPENV_ROOT=$HOME/.phpenv-root bash
35
echo 'export PATH="${PHPENV_ROOT}/bin:${PATH}"' >> ~/.bash_profile
36
export PATH="${PHPENV_ROOT}/bin:${PATH}"
37
- eval "$(phpenv init -)"
+ eval "$($PHPENV_ROOT/bin/phpenv init -)"
38
exec $SHELL -l
39
40
- - name: ls $PHPENV_ROOT
41
- run: ls $PHPENV_ROOT
+ # - name: ls $PHPENV_ROOT
+ # run: ls $PHPENV_ROOT
42
43
- - name: ls $PHPENV_ROOT/bin
44
- run: ls $PHPENV_ROOT/bin
+ # - name: ls $PHPENV_ROOT/bin
+ # run: ls $PHPENV_ROOT/bin
45
46
- name: Clone Kanboard repository
47
run: git clone --depth 1 $KANBOARD_REPO
0 commit comments