We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbd886 commit 38afc5eCopy full SHA for 38afc5e
.github/workflows/tests.yaml
@@ -33,6 +33,7 @@ jobs:
33
run: |
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
+ eval "$(phpenv init -)"
37
exec $SHELL -l
38
39
- name: Clone Kanboard repository
0 commit comments