Skip to content

Commit 96d95ab

Browse files
committed
fix: install server
1 parent 0a3ff4e commit 96d95ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint-and-codestyle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
make install-composer-deps
5353
make vendor-bin-deps
5454
55+
- name: Install Server
56+
run: |
57+
DATA_DIRECTORY=$(pwd)/data bash tests/drone/install-server.sh
58+
5559
- name: Run PHP Code Style Checks
5660
run: |
5761
make test-php-style

0 commit comments

Comments
 (0)