Skip to content

Commit 60aa7ea

Browse files
committed
again
1 parent a3f6c84 commit 60aa7ea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,17 @@ jobs:
3232
- name: install phpenv
3333
run: |
3434
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
3735
echo 'export PATH="${PHPENV_ROOT}/bin:${PATH}"' >> ~/.bash_profile
3836
export PATH="${PHPENV_ROOT}/bin:${PATH}"
3937
eval "$(phpenv init -)"
4038
exec $SHELL -l
4139
40+
- name: ls $PHPENV_ROOT
41+
run: ls $PHPENV_ROOT
42+
43+
- name: ls $PHPENV_ROOT/bin
44+
run: ls $PHPENV_ROOT/bin
45+
4246
- name: Clone Kanboard repository
4347
run: git clone --depth 1 $KANBOARD_REPO
4448

0 commit comments

Comments
 (0)