File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11
11
12
12
strategy :
13
13
matrix :
14
- php : [7.0, 5.6]
15
- db : [sqlite, mysql, postgres]
14
+ php : [7.0]
15
+ db : [sqlite]
16
+ # php: [7.0, 5.6]
17
+ # db: [sqlite, mysql, postgres]
16
18
17
19
env :
18
20
PLUGIN : Wiki
@@ -27,17 +29,17 @@ jobs:
27
29
with :
28
30
php-version : ${{ matrix.php }}
29
31
30
- - name : Install Composer dependencies
31
- run : composer install
32
-
33
32
- name : Clone Kanboard repository
34
33
run : git clone --depth 1 $KANBOARD_REPO
35
34
36
35
- name : Create symbolic link
37
36
run : ln -s ${{ github.workspace }} kanboard/plugins/$PLUGIN
38
37
39
- - name : Configure PHP environment
40
- run : phpenv config-add tests/php.ini
38
+ - name : Install Composer dependencies
39
+ run : |
40
+ cd kanboard
41
+ phpenv config-add tests/php.ini
42
+ composer install
41
43
42
44
- name : List plugin directory
43
45
run : ls -la plugins/
You can’t perform that action at this time.
0 commit comments