Skip to content

Commit b9b8f25

Browse files
committed
add previous method to create the API. Needs changing.
1 parent 93c6bac commit b9b8f25

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build-release.yml

+11
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@ jobs:
5959
cd $GITHUB_WORKSPACE
6060
./scripts/install-plugins.sh vendor public_html/lists/admin/plugins/
6161
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+
6273
- name: Create Database
6374
run: |
6475
sudo systemctl start mysql.service

0 commit comments

Comments
 (0)