We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c6bac commit b9b8f25Copy full SHA for b9b8f25
.github/workflows/build-release.yml
@@ -59,6 +59,17 @@ jobs:
59
cd $GITHUB_WORKSPACE
60
./scripts/install-plugins.sh vendor public_html/lists/admin/plugins/
61
62
+ - name: Install the phpList4 based REST API
63
+ run: |
64
+ cd $GITHUB_WORKSPACE
65
+ cd public_html/lists
66
+ wget https://github.com/phpList/base-distribution/archive/phplist3.zip
67
+ unzip phplist3.zip
68
+ rm phplist3.zip
69
+ mv base-distribution-phplist3 base
70
+ cd base
71
+ composer update --no-dev
72
+
73
- name: Create Database
74
run: |
75
sudo systemctl start mysql.service
0 commit comments