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